#transfer #ibc #nft #cosmos #data-structures #ics721

no-std ibc-app-nft-transfer-types

Maintained by ibc-rs, encapsulates essential ICS-721 Non-Fungible Token Transfer data structures and domain types, as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability to facilitate development and integration across diverse IBC-enabled projects.

3 releases (breaking)

new 0.52.0 Apr 26, 2024
0.51.0 Mar 26, 2024
0.50.0 Jan 24, 2024

#44 in #ibc

Download history 77/week @ 2024-01-19 167/week @ 2024-01-26 137/week @ 2024-02-02 3/week @ 2024-02-09 32/week @ 2024-02-16 101/week @ 2024-02-23 55/week @ 2024-03-01 61/week @ 2024-03-08 127/week @ 2024-03-15 172/week @ 2024-03-22 229/week @ 2024-03-29 284/week @ 2024-04-05 479/week @ 2024-04-12 712/week @ 2024-04-19

1,730 downloads per month
Used in 2 crates (via ibc-app-nft-transfer)

Apache-2.0

150KB
3K 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
~346K SLoC