# Start Coding on the Permission ASK Blockchain
You can get started quickly coding dapps for the Permission ASK blockchain with Truffle/Ganache.
- Download Ganache/Truffle here
- You will want to modify the configuration file for truffle in your local copy, adding in the network and chain id for the ASK Testnet:snippet of code showing the values in context
- Start your copy of Ganache. example starting Ganache
- Create an ASK compatible wallet. The easiest way is by signing up at https://my.permission.io but we also have some [instructions on how to configure MetaMask to manage your ASK coins](link to instructions).
- Get some ASK Testnet tokens at the ASK Faucet
- Hello World Example
- Let’s create a simple Solidity dapp and deploy it to the ASK Testnet.
- Deploy your dapp to the ASK Testnet
- Verify your dapp deployed
- What’s Next?