#transfer #ibc #cosmos #blockchain #data-structures #ics20

no-std ibc-app-transfer

Maintained by ibc-rs, contains the implementation of the ICS-20 Fungible Token Transfer application logic and re-exports essential data structures and domain types from ibc-app-transfer-types crate

8 releases (4 breaking)

new 0.52.0 Apr 26, 2024
0.51.0 Mar 26, 2024
0.50.0 Jan 24, 2024
0.49.1 Jan 4, 2024
0.48.1 Nov 27, 2023

#2306 in Magic Beans

Download history 1126/week @ 2024-01-05 2276/week @ 2024-01-12 1132/week @ 2024-01-19 10544/week @ 2024-01-26 2680/week @ 2024-02-02 1812/week @ 2024-02-09 1996/week @ 2024-02-16 2332/week @ 2024-02-23 1247/week @ 2024-03-01 3383/week @ 2024-03-08 3149/week @ 2024-03-15 2457/week @ 2024-03-22 774/week @ 2024-03-29 1094/week @ 2024-04-05 761/week @ 2024-04-12 873/week @ 2024-04-19

4,583 downloads per month
Used in 4 crates (via ibc-apps)

Apache-2.0

115KB
2K SLoC

IBC Applications

This crate is a top-level library that re-exports implementations of Inter-Blockchain Communication (IBC) applications. It serves as a meta-crate, simplifying the process of importing and integrating various IBC applications into your blockchain. IBC is a distributed protocol that enables communication between distinct sovereign blockchains. IBC applications abstract away the core transport, authentication, and ordering (TAO) layers, letting blockchain app developers focus solely on implementing business logic.

The structure within the ibc-apps crate is designed to provide flexibility for external users. It allows users to either utilize the entire ibc-apps crate, or selectively import specific sub-crates, whether they need a certain IBC application (e.g. ibc-app-transfer crate) or only its associated data structures (e.g. ibc-app-transfer-types). This versatility empowers hosts, including chain integrators, relayers, or any IBC tooling projects, to build their solutions on top of the layers that best suit their requirements.

Sub-Crates

The ibc-apps crate contains the implementation of the following IBC applications:

ICS-20: Fungible Token Transfer Application

ICS-721: Non-Fungible Token Transfer Application

Contributing

IBC is specified in English in the cosmos/ibc repo. Any protocol changes or clarifications should be contributed there.

If you're interested in contributing, please take a look at the CONTRIBUTING guidelines. We welcome and appreciate community contributions!

Dependencies

~17MB
~333K SLoC