Skip to content

jasonsong0/testnet-create-tool

 
 

Repository files navigation

IBC testnet-create-tool

Once you've completed all of the steps below, run Hermes.

Hermes must be run with config.toml.

hermes -c hermes-config/config.toml start

OS Preferences

It 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.sh

Chains Preferences

The 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.sh

IBC Preferences

All 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.sh

Easy chain reset

chmod +x chain_reset.sh
./chain_reset.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%