Skip to main content

Overview

The router-wasm-bindings is a Rust crate that contains wasm bindings for building CosmWasm smart contracts that can run on the Router chain. It includes standard function signatures to send/receive cross-chain requests from/to contracts on the Router chain.

Understanding the wasm bindings

Refer to this link to learn more about the Router Wasm Bindings. This link also includes the documentation required to install and run the Router Wasm Bindings.