abstract-ibc-client

Crates.ioabstract-ibc-client
lib.rsabstract-ibc-client
version
sourcesrc
created_at2024-01-24 13:53:09.838026
updated_at2025-01-07 14:00:07.672641
descriptionAbstract IBC Client Contract
homepage
repositoryhttps://github.com/AbstractSDK/abstract
max_upload_size
id1112292
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`
size0
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: 2383

cargo fmt