Skip to content

Tutorial

Geunwoo Kim edited this page Jul 3, 2022 · 18 revisions

We recommend starting with this tutorial https://docs.cosmwasm.com/dev-academy/develop-smart-contract/develop/.

https://docs.junonetwork.io/smart-contracts-and-junod-development/tutorial-erc-20 this tutorial is not good.

How to setup a testnet wallet and make a faucet request

https://docs.cosmwasm.com/dev-academy/basics/environment#setup-wasmd-and-wallet

Troubleshooting

  • For Mac M1 machine, we need to run the following command.
docker run --rm -v "$(pwd)":/code \ 
  --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
  --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
  cosmwasm/rust-optimizer-arm64:0.12.6
Clone this wiki locally