Crates.io | abstract-ibc-client |
lib.rs | abstract-ibc-client |
version | 0.24.1 |
source | src |
created_at | 2024-01-24 13:53:09.838026 |
updated_at | 2024-10-25 16:13:29.458139 |
description | Abstract IBC Client Contract |
homepage | |
repository | https://github.com/AbstractSDK/abstract |
max_upload_size | |
id | 1112292 |
size | 141,345 |
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!