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-ready
Options for Archway Node:
- Binary with 2 validators
https://github.com/izyak/archway-node
cd archway-node
./node1.sh
on 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