Skip to content

InterWasm/cw-gitpod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CosmWasm Smart Contracts Workspace

Build smart contracts on the cloud powered by gitpod.

Open in Gitpod

Steps

After your workspace is ready, follow next steps.

1. Create your smartcontract project.

cd package/
git clone https://github.com/oraichain/oraiwasm_scaffold.git
cd -

2. Create a .env file to store your development mnemonic wallet.

echo -n 'your mnemonic here' >> .env

2. Choose an arbitrary file in the project.

Choose a project file

An example of choosing a project file

3. Use VSCode CosmWasm extension to build, deploy, and interact with the smart contract.

Status bar

The VSCode's status bar with 'Build CosmWasm' & 'Deploy CosmWasm' buttons

contract interaction

Contract interaction with VsCode CosmWasm extension

CosmWasm IDE VS Code Extension guideline

The extension provides two custom VS Code buttons: Build CosmWasm, Deploy Cosmwasm under the status bar of Vs Code and a CosmWasm IDE Explorer under the Explorer tab of VS Code. The Build CosmWasm button will build the smart contract to the .wasm file based on the file you open in VS Code. Meanwhile, the Deploy Cosmwasm button will deploy your contract onto a network that you choose on the CosmWasm IDE explorer.

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.

Click here for more information of the VsCode CosmWasm extension

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%