Last updated 1 year ago
See .
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