- Docs
- Developers
- Project setup
Project Setup
This guide outlines the following workflow:
- Create a new project
- Request testnet Tokens
- Produce default and CosmWasm wasm binaries
- Deploy to a testnet
- Create transactions and query data from a deployed contract
- Build a dapp frontend
Creating a project
In the Setup section we learned how to create and configure a new Archway project.
Projects created with archway new can use our predefined templates or are start from a blank canvas. For this guide we will be using the Increment template.
If you haven't created a project or selected the 'Increment' starter template, please return to the Setup section to finish this step. Make sure you have the Archway Developer CLI installed.