abstract-ica-client

Crates.ioabstract-ica-client
lib.rsabstract-ica-client
version0.24.1
sourcesrc
created_at2024-10-15 11:15:21.981046
updated_at2024-10-25 16:13:55.338994
descriptionAbstract ICA Client Contract
homepage
repositoryhttps://github.com/AbstractSDK/abstract
max_upload_size
id1409306
size91,847
Mykhailo Donchenko (Buckram123)

documentation

README

Abstract ICA Client

The ICA client contract provides an interface for interacting with Interchain Accounts (ICAs) on different blockchains using the IBC protocol.

flowchart 
    subgraph Abstract ICA Support
        direction LR
        subgraph CosmWasm Chain
            PV[Polytone Voice]
            PP[Polytone Proxy]
        end

        subgraph Cosmos Chain
            A5[Interchain Account]
        end

        subgraph Ethereum Chain
            A6[Proxy]
            EV[EVM Voice]
            EV -.-> A6
        end

        subgraph CosmWasm Chain
        direction TB
        ICAC[ICA Client]
        A3 <-- Queries and Executes --> ICAC
        A3 -.-> PN[Polytone Note]
        A3 -.-> EN[EVM Note]
        A3 -.-> CI[CW ICA Controller]
        end

        User2[fa:fa-user User] -- owns --> A3["Abstract Account"]
        CI -.-> A5
        PN -.-> PV
        PV -.-> PP
        EN -.-> EV
    end
Commit count: 2352

cargo fmt