Coinversation-Protocol
this project use redspot frame, so you should install redspot first. (you can follow their tutorial: https://patractlabs.github.io/substrate-contracts-book/en/redspot/tutorial.html)
Complie:
- yarn install
- npx redspot compile
Test:
- npx redspot test --no-compile
Deploy:
- npx redspot run ./deploy.ts --no-compile