Create Project

See here.

By running this command,

cargo generate --git https://github.com/CosmWasm/cw-template.git --name PROJECT_NAME

you can start your CosmWasm smart contract project.

If the command above doesn't work, try this command.

cargo install cargo-generate --features vendored-openssl
cargo install cargo-run-script

Last updated