instantiate() will revert. Separately, IBC is disabled in both directions as part of the SIP-03 migration — Proposals 116 and 120 disabled inbound IBC, and Proposal 121 disabled outbound IBC.Setup
To installethers, run the following command in your project directory
terminal:
EVM Precompiles section. In
this example, we’re going to be using the wasmd precompile:
Using the contract
Next, we’ll set up a provider and contract to interact with the blockchain:Querying & Executing a CosmWasm Contract
Once you have the contract, you can query and execute messages to any CosmWasm smart contract. In the below example we assume there is a counter contract with aget_count function
Executing a payable function
In this example, we execute the ‘donate’ method on our contract. This is similar to theincrement method, but also receives funds from the user and stores it
in the contract.
coins field.