abstract-ibc-client

Crates.ioabstract-ibc-client
lib.rsabstract-ibc-client
version0.22.1
sourcesrc
created_at2024-01-24 13:53:09.838026
updated_at2024-05-08 19:03:41.03803
descriptionAbstract IBC Client Contract
homepage
repositoryhttps://github.com/AbstractSDK/abstract
max_upload_size
id1112292
size119,833
(CyberHoward)

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 ManagerExecuteMsg::UpdateSettings { enable_ibc: true } on their account's manager. 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: 2048

cargo fmt