Once you've completed all of the steps below, run Hermes.
Hermes must be run with config.toml.
hermes -c hermes-config/config.toml startIt should be configured as below.
If you want to easily configure the os configuration, run the script as shown below.
- go 16.3
- jq
- make
- rust(cargo,rustup)
chmod +x os_env.sh
./os_env.shThe chain is designated as 10 and automatically sets Genesis files and config files when you run the script below. Each chain uses the latest ibc-only software in Git Repo. Also, the Hermes relayer is installed automatically. (Takes some time 5m?)
Hermes
- v0.6.2
Chain list
- gaiad v5.0.0
- terrad v0.5.0-beta4
- bandd v2.0.3
- iris v1.1.1
- osmod v2.0.0-rc0
- regen v1.0.0
- akash v0.12.2-rc6
- sentinel v0.7.0
- crypto.com chain-main_2.1.0_Linux_x86_64.tar.gz
- persistenceone v0.1.3
chmod +x local_env.sh
./local_env.shAll 10 chains have 45 mesh ibc connections in both directions with hermes 45 accounts.
If you run the script below, the IBC will automatically connect. (Takes some time 5m?)
chmod +x create_channel.sh
./create_channel.shchmod +x chain_reset.sh
./chain_reset.sh