Home

Awesome

Awesome CosmWasm Awesome

Collection of awesome things related to CosmWasm smart contracts.

Please read the contribution guidelines if you want to contribute.

Contents

General Resources

CosmWasm Framework

Smart Contract Libraries

Smart Contracts

Before you create a PR to add your contract here, read the publishing guidelines and make sure you complete them all, specifically adding an OSI-approved license and checking in valid artifacts for the build (contract.wasm, schema/*.json).

We do validate the artifacts and perform a basic code review of contracts included in this list. However, nothing terribly comprehensive and inclusion here should not be taken in lieu of a proper audit. We do provide some guidelines on sharing code reviews in a decentralized manner which can be used as the basis for a peer-reviewed audit.

cw-plus Specifications and Examples

The cw-plus repo houses both protocol specifications and their reference implementations. These implementations are meant both as examples of production-ready contracts and pieces you might like to use in your project as they are.

Specifications

Reference implementations

Other Contracts

These contracts demonstrate best practices and learning references. Please do not use them in production as is. You are welcome to fork them, and independently review, refine and audit them, using them as a basis for your protocol. Or just as inspiration

External Projects

These projects/contracts are developed and maintained by CosmWasm community.

Tooling

dApps

Looking for dApps to feature. See #19.