Technology
CosmWasm is a modern, powerful Wasm-based smart contracting platform
Centered around the Cosmos blockchain ecosystem (but also expanding to Polkadot).
Cosmos is an interconnected network of more than 50 PoS blockchains that transfer tokens and communicate via IBC - the most secure bridging technology. CosmWasm allows you to build anything you can do in Solidity, but more securely, while also enabling native multi-chain smart contract applications without trusted third parties.
Getting started
Online docs for all of CosmWasm.
Guide to create smart contracts in Rust.
Introduction to CosmWasm using the Sylvia framework.
Awesome CosmWasm
The CosmWasm GitHub organization containing all of CosmWasm repos.
Repo with a list of awesome resources on CosmWasm.
Technical docs
The standard library.
Collection of common types.
State management utilities.
High-level smart contracts framework.
Testing framework.
Abstraction layer for blockchain storage backends.