Relayer
Relayers are in charge of delivering and tracking IBC packets.
Hermes
Prerequisites
Rust 1.72 +
Clone Repository
Open a terminal and clone Hermes repository.
git clone https://github.com/informalsystems/hermes.gitChange to the repository directory.
cd hermesInstall and Setup Hermes
cargo install --path ./crates/ibc-relayer-cli
# check installed herems
hermes --version
# create working directory for herems
mkdir ~/.hermes
# copy default config.toml to working directory
cp ./config.toml ~/.hermes/config.tomlUpdate Chain Configs
Append following chain configs to ~/.hermes/config.toml and remove pre-existing ibc-0 & ibc-1 chain configs. You need to replace all config sections with <> to real values.
Create Relayer Key
Channel transfer channel
Start Hermes
Last updated