Tutorial
最終更新
最終更新
First of all, install ununifid
to use wasm CLI and . To learn how to install ununifid
, see
There are two ways of using wasm CLI.
Quoted from
To deploy your wasm smart contract that you built, use ununifid tx wasm store
commands.
Converse to Solidity smart contracts, CosmWasm has two stages to activate smart contracts. That are deploy and instantiate. So after you deployed your wasm smart contract, use ununifid tx wasm instantiate
commands.
Quoted from
Quoted from
Quoted from