Realio Network
  • Introduction
  • Running a Full Node
    • Requirements
    • Setup
    • Update
    • Cosmovisor
    • Reset the data
    • State sync
  • Validators
    • Setup
    • Halting
    • Migrating
    • Common Problems
    • Validator FAQs
    • Security
  • Delegators
    • Delegator FAQs
  • Testnet
    • Endpoints
    • Public Testnet Setup
      • Genesis file
      • Seed nodes
  • Mainnet
    • Genesis file
    • Setup
    • Seed nodes
  • Developers
    • Single Node
    • Multi Node
    • Testnet command
Powered by GitBook
On this page
  1. Testnet
  2. Public Testnet Setup

Genesis file

PreviousPublic Testnet SetupNextSeed nodes

Last updated 1 year ago

TESTNET ONLY To configure a full node for the testnet you need to use the following nodes. If you are looking for mainnet seed nodes, please refer to this instead.

To connect to the testnet, you will need the corresponding genesis file of each testnet. Visit the 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
seed
testnet repo