Genesis file

circle-exclamation

To connect to the testnet, you will need the corresponding genesis file of each testnet. Visit the testnet repoarrow-up-right and download the correct genesis file by running the following command.

# Download the existing genesis file for the testnet
# Replace <chain-id> with the id of the testnet you would like to join
curl https://raw.githubusercontent.com/realiotech/testnets/master/realionetwork_3300-1/genesis.json > $HOME/.realio-network/config/genesis.json

Last updated