CosmWasm Overview
note
This document describes how to build a dApp using CosmWasm. If you are interested in building an order book exchange application, please refer to the "Building Order Book Exchanges" section.
What is CosmWasm?
CosmWasm is a novel smart contracting platform built for the Cosmos ecosystem. You can learn more about CosmWasm here, or see the CosmWasm Book for a guide on creating CosmWasm smart contracts.
Guides
Guide Name | Duration | Level |
---|---|---|
Your First CosmWasm Contract | 30 min | Introduction |
Creating a Frontend for Your Contract | 30 min | Introduction |
Deploy CW20 Smart Contracts on Your Local Environment | 20 min | Intermediate |
Deploy CW20 Smart Contracts on Testnet | 20 min | Intermediate |
Mainnet Governance and Deployment | 10 min | Intermediate |
CosmWasm Interactions with Injective Modules | 30 min | Advanced |