Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.5 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.5 KB

Relayers

In IBC, blockchains do not directly pass messages to each other over the network. This is where relayers comes in. A relayer process monitors for updates on opens paths between sets of IBC enabled chains. The relayer submits these updates in the form of specific message types to the counterparty chain. Clients are then used to track and verify the consensus state.

In addition to relaying packets, this relayer can open paths across chains, thus creating clients, connections and channels.

Additional Resources:

The following pages show the established relayers between the Persistence Core-1 Chain and other IBC-enabled chains. It also contains information for operators who want to set up additional relayers.

IBC Channelsibc-channels.md
IBC Relayersibc-relayers.md
Relay on Mainnetrelay-on-mainnet.md
Relay on Testnetrelay-on-testnet.md