Skip to content

stratosnet/ibc-relayer-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBC-Relayer config

This is a config for docker-compose set up of hermes relayer

How to run?

docker compose -f docker-compose.stratos-osmosis.yml up -d

Set up wallets (first time)

  1. Generate corresponding mnemonics
https://iancoleman.io/bip39/
  1. Connect to the container
docker compose -f docker-compose.stratos-osmosis.yml exec hermes bash pushd /tmp
  1. Store them to files
touch keyosmosis.txt
touch keystratos.txt

NOTE: Put inside of these files

  1. Add them to the keystore
popd

hermes --config .hermes/config.toml keys add --chain osmosis-1 --mnemonic-file /tmp/keyosmosis.txt
hermes --config .hermes/config.toml keys add --chain stratos-1 --mnemonic-file /tmp/keystratos.txt

rm -rf /tmp/*
  1. Refill balance(s) on address(s) (via wallets or cli)

  2. Check balance(s)

hermes --config .hermes/config.toml keys balance --chain osmosis-1
hermes --config .hermes/config.toml keys balance --chain stratos-1

About

Relayer config for IBC transfers (hermes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published