docs: add cosmwasm to the sidebar and modules section (#12703)

This commit is contained in:
Mike Purvis 2022-07-23 13:41:33 -07:00 committed by GitHub
parent 6145eea670
commit ec62d93937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

13
docs/CosmWasm/README.md Normal file
View File

@ -0,0 +1,13 @@
<!--
order: 1
parent:
order: 8
-->
# 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](https://docs.cosmwasm.com/docs/1.0/), or visit [the repository](https://github.com/CosmWasm/cosmwasm).

View File

@ -27,3 +27,7 @@ To learn more about the process of building modules, visit the [building modules
## IBC
The IBC module for the SDK has moved to its [own repository](https://github.com/cosmos/ibc-go).
## CosmWasm
The CosmWasm module enables smart contracts, and has its [own repository](https://github.com/CosmWasm/cosmwasm) and [documentation site](https://docs.cosmwasm.com/docs/1.0).