-
Notifications
You must be signed in to change notification settings - Fork 10
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.
https://docs.cosmwasm.com/dev-academy/basics/environment#setup-wasmd-and-wallet
- 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