Sonic The Relayer.
Boilerplate scripts for boostrapping simd nodes and relayer
Install the simd
binary from the ibc-go
repository.
git clone git@github.com:cosmos/ibc-go.git && cd ibc-go
// hermes is used to create clients/connection/channel for manual test
cargo install --version 0.13.0 ibc-relayer-cli --bin hermes --locked
make install
make start-rly
// Create Channel
hermes -c ./network/hermes/config.toml create channel test-1 --connection-a connection-0 --port-a transfer --port-b transfer -v "ics20-1"
// Query Channel
simd q ibc channel channels --home ./data/test-1 --node tcp://localhost:16657