This repo contains a simple cosmwasm contract to test multiple wasm functionalities on chain.
Run just test-on-chain RPC CHAIN_ID DENOM BINARY WALLET WALLET2 and the script test.sh will take care of itself.
The script will:
- Compile a cosmwasm contract
- Upload the contract to the specified chain
- Instantiate two instances of the contract
- Execute all the
ExecuteMsgmessages of the contract - Query the contract
- Migrate the contract
- Docker
- just (https://github.com/casey/just)
- jq
- mantrachaind