CosmosWasm IDE - An open-source project for CosmWasm smart contract developers
CosmWasm IDE Optimization
This is a bash script with a locked set of dependencies to produce
reproducible builds of cosmwasm smart contracts. It also does heavy
optimization on the build size, using binary stripping and wasm-opt.
CosmWasm IDE Extension Interface
The extension provides three custom VS Code buttons: Build CosmWasm, Deploy Cosmwasm & Toggle Development Mode under the status bar of Vs Code and a CosmWasm IDE Explorer under the Explorer tab of VS Code.
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.
Toggle Development Mode button will toggle between the production and local CosmWasm IDE Webview (the local webview has a default url: http://localhost:3000/). This allows the frontend & CosmWasm developers to easily customize the extension UI, adding new testnets for the development purposes & so on without cloning this repository.
The CosmWasm IDE Explorer helps you modify the destination network that you want to interact with, and you can use it to interact with the smart contract you deploy with corresponding execute and query actions.
Deploy to Vscode marketplace
vsce publish --pat $AUTHORIZATION
## Deploy to Eclipse Open VSX for Gitpod
```sh
ovsx publish --pat $AUTHORIZATION