Open in Gitpod
below. Gitpod will automatically install everything you need to deploy a smart contract.Build CosmWasm
, Deploy CosmWasm
, Upload CosmWasm
and Instantiate CosmWasm
under the status bar of Vs Code and a CosmWasm IDE Explorer
under the Explorer
tab of VS Code. If you installed dark mode extension for your browser or dark theme on gitpod, sometimes the CosmWasm IDE Explorer
icon seems to missing but it is still there. Pressing the following button in order to deploy the contract.Build CosmWasm
button will build the smart contract to the .wasm file based on the file you open in VS Code.Deploy Cosmwasm
button will deploy your contract onto a network that you choose on the CosmWasm IDE explorer.Upload CosmWasm
button will upload your smart contract code.Instantiate CosmWasm
button will instantiate your smart contract given a code id.