Skip to content

giansalex/cosmwasm-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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.

✔️ Close all terminals, and start new one.
✔️ Create your smartcontract project.

cargo generate --git https://github.com/CosmWasm/cosmwasm-template.git --name PROJECT_NAME
cd PROJECT_NAME

This create a basic counter smartcontract.

✔️ Build your smartcontract

cargo wasm

This produce project.wasm in target/wasm32-unknown-unknown/release directory, that you can download from editor.
Follow this guide to optimize your release.

Gitpod demo

Finally you can upload to a chain like juno chain. 🚀

References

About

Cosmwasm Smart Contracts Workspace (gitpod)

Topics

Resources

Stars

Watchers

Forks