Crates.io | abstract-ibc-client |
lib.rs | abstract-ibc-client |
version | |
source | src |
created_at | 2024-01-24 13:53:09.838026 |
updated_at | 2025-01-07 14:00:07.672641 |
description | Abstract IBC Client Contract |
homepage | |
repository | https://github.com/AbstractSDK/abstract |
max_upload_size | |
id | 1112292 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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!