This repo is used to generate configuration files for ibc-connection between icon and archway chains.
Change consts.sh as per your requirements. It contains all the configuration constants.
The submodule to be used for running ICON chain.
git clone https://github.com/izyak/gochain-btp
cd gochain-btp
make ibc-readyOptions for Archway Node:
- Binary with 2 validators
https://github.com/izyak/archway-node
cd archway-node
./node1.shon another terminal
cd archway-node
./node2.sh- DockerFile
https://github.com/archway-network/archway/
docker build -t archwaynetwork/archwayd:latest .- Use constantine testnet As of now, constantine-2 is active. This should be replaced by constantine-3 when constantine-2 is deprecated.
make all