Skip to main content

CosmWasm Interchain Accounts Controller

A pure CosmWasm implementation of ICS-27.

Easy to Use

Create an interchain account (ICA) with a single instantiate call. No contracts are needed on the counterparty chain. Send ICA transactions as `CosmosMsg`s and receive callbacks.

Universal CosmWasm Support

CosmWasm ICA Controller can be deployed on all IBC enabled CosmWasm chains. There is no need for custom chain bindings or even the interchain accounts module.

Focus on What Matters

CosmWasm ICA Controller lets you focus on your application, and we'll do the IBC chores in the background. Go ahead and build your cross-chain application.