Crates.io | abstract-ica-client |
lib.rs | abstract-ica-client |
version | 0.24.1 |
source | src |
created_at | 2024-10-15 11:15:21.981046 |
updated_at | 2024-10-25 16:13:55.338994 |
description | Abstract ICA Client Contract |
homepage | |
repository | https://github.com/AbstractSDK/abstract |
max_upload_size | |
id | 1409306 |
size | 91,847 |
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