Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 804 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 804 Bytes

Inter-blockchain Communication Protocol (IBC)

The inter-blockchain communication protocol is a reliable & secure inter-module communication protocol, where modules are deterministic processes that run on independent distributed ledgers (also referred to as blockchains). IBC can be used by any application which builds on top of reliable & secure interchain communication. Example applications include cross-chain asset transfer, atomic swaps, multi-chain smart contracts (with or without mutually comprehensible VMs), and data & code sharding of various kinds.

For an overview of the IBC protocol, read the following documents in numerical order.

  1. IBC Architecture
  2. IBC Design Principles
  3. IBC Terminology