/pallet-ibc

An IBC implementation on Substrate

Primary LanguageRustApache License 2.0Apache-2.0

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.