📄️ CosmWasm dev ecosystem
One of the smart contracting frameworks that are supported by the IBC SDK, is CosmWasm (CW). CosmWasm enables developers to write smart contracts (usually in Rust) that compile down to WebAssembly (wasm) and deploy those in a CosmWasm virtual machine that can be added to Cosmos chains (technically, Cosmos SDK chains). Hence the name CosmWasm, Cosmos + Wasm.
📄️ IBC & CosmWasm
IBC (Inter-blockchain communication) is the crown jewel of the Cosmos ecosystem and CosmWasm was designed with interoperability in mind.
📄️ Interact with CosmWasm contracts
In the previous sections, a brief introduction into CosmWasm development was provided. Single or multichain with IBC.