IBC Relaying with Go Relayer
Learn how to run the Go relayer to create a transfer channel between any Cosmos chain and Secret Network.
Overview
Installing Go Relayer
git clone https://github.com/cosmos/relayer.gitbrew install goexport GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/binConfiguring Go Relayer
Add chain configs
Create wallet keys
Configure path metadata in the config file
Check Configuration Status
Starting the Relayer
Further reading:
Last updated
Was this helpful?