DaviRain-Su / pallet-ibc

An IBC implementation on Substrate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Substrate IBC Pallet

This pallet implements the standard IBC protocol.

The goal of this pallet is to allow the blockchains built on Substrate to gain the ability to interact with other chains in a trustless way via IBC protocol.

The pallet implements the chain specific logic of ICS spec, and is integrated with ibc-rs, which implements the generic cross-chain logic in ICS spec.

About

An IBC implementation on Substrate

License:Apache License 2.0


Languages

Language:Rust 99.9%Language:Makefile 0.1%