abstract-ibc-client

Crates.ioabstract-ibc-client
lib.rsabstract-ibc-client
version0.26.1
created_at2024-01-24 13:53:09.838026+00
updated_at2025-06-09 08:22:15.644901+00
descriptionAbstract IBC Client Contract
homepage
repositoryhttps://github.com/AbstractSDK/abstract
max_upload_size
id1112292
size196,823
crates (github:abstractsdk:crates)

documentation

README

Abstract IBC Client

The IBC client contract provides a way for Abstract Accounts to create Interchain Abstract Accounts (ICAA) on other chains. It relies on Polytone for IBC message forwarding.

Users can enable IBC by calling the ExecuteMsg::InstallModules with the abstract:ibc-client module ID on their account. This will register the abstract:ibc_client with the account so it can be referenced by other applications.

You can learn more about Abstract IBC in our docs!

Commit count: 2388

cargo fmt