Introduction
Wasmd is a Cosmos-SDK sample application that integrates the x/wasm
module, providing full support
for Wasm smart contracts while maintaining the standard features of a Cosmos-based blockchain.
x/wasm
is an essential module for developers looking to build Cosmos SDK-based blockchains where
they can deploy, execute, and manage Wasm smart contracts. In this section you will learn how to set
up wasmd
and integrate x/wasm
in your blockchain.