cosmos-sdk/docs/cosmwasm
Julien Robert f9e8a04b5a
docs: add module documentation testing (#12762)
2022-09-07 01:34:38 +02:00
..
README.md docs: add module documentation testing (#12762) 2022-09-07 01:34:38 +02:00

README.md

CosmWasm smart contracts

CosmWasm is a smart contracting platform built for the Cosmos ecosystem. Simply put, it's the Cosmos (Cosm) way of using WebAssembly (Wasm) hence the name.

CosmWasm is written as a module that can plug into the Cosmos SDK. This means that anyone currently building a blockchain using the Cosmos SDK can quickly and easily add CosmWasm smart contracting support to their chain, without adjusting existing logic.

Read more about writing smart contracts with CosmWasm at their documentation site, or visit the repository.