Noveltech

Tips & Tricks for your Programming

Find all our articles about web3
  1. Checking CosmWasm error messages with cw_multi_test

    How to compare an execution error message to your contract errors when using cw_multi_test for CosmWasm smart contracts

  2. Getting tokens for the Rococo contracts testnet

    How to get tokens to test contracts on the Rococo contracts testnet for Polkadot

  3. Querying native coins balance for tests with cw-multi-test

    How to get a user's balance in tests environments for cosmwasm contracts.

  4. Creating native coins for tests with cw-multi-test

    Increasing user balance for testing in cosmwasm smart contract development