Terrain quickstart guide
Contents
Terrain quickstart guide#
Terrain is a Terra development environment that creates a better smart contract development experience.
This guide will walk you through setting up your environment, installing Terrain, and using the testnet or LocalTerra to interact with a network.
For more information on Terrain, visit Terrain’s readme.
Contents #
- Terrain initial setup
- Use Terrain with the testnet
- Counter tutorial
- Use Terrain with LocalTerra
- Counter tutorial
- Mint an NFT using Terrain
- Migrating CosmWasm contracts on Terra
- Build a CW20 tokens factory
- 1. Instantiate a new app using Terrain
- 2. Instantiate the
token-factory
andcw20-factory-token
contracts - 3. Modify the mnemonics passphrase
- 4. Deploy the smart contracts
- 5. Modify the CW20 Factory Token smart contract
- 3. Create the Token Factory smart contract
- 7. Deploy the smart contract to LocalTerra