Installation
The installation steps for this will be similar to the CW-20/ERC-20 tutorial.
Rust
Installing Rust in Linux and Mac
rustup default stable
cargo version
# If this is lower than 1.49.0+, update
rustup update stable
rustup target list --installed
rustup target add wasm32-unknown-unknownLast updated
