This site requires Javascript to be enabled.

Project Setup

This guide outlines the following workflow:

  1. Create a new project
  2. Request testnet Tokens
  3. Produce default and CosmWasm wasm binaries
  4. Deploy to a testnet
  5. Create transactions and query data from a deployed contract
  6. 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.