Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 403 Bytes

CONTRACTS.md

File metadata and controls

21 lines (16 loc) · 403 Bytes

Contracts

Creating a new contract

Use cosmwasm-template as a basis.

cd contracts/core-contracts #cd contracts/token-contracts
cargo generate --git https://github.com/CosmWasm/cw-template.git --name PROJECT_NAME
cd PROJECT_NAME
rm -rf .git
rm -rf .circleci
rm .gitignore
rm -rf .github
rm .editorconfig
rm .cargo-ok
rm LICENSE
rm NOTICE