This repository contains the official chain configurations and setup instructions for the Elys Network chains, including testnet and mainnet (when available).
- Chain ID: elysicstestnet-1
- Status: Active
- Type: ICS Consumer Chain (Cosmos Hub)
- Setup Instructions
- Chain ID: elys-1
- Status: Active
- Type: ICS Consumer Chain (Cosmos Hub)
- Setup Instructions
networks/
├── testnet/
│ └── elysicstestnet-1/
│ ├── README.md # Setup instructions and chain information
│ ├── create_node.sh # Automated node setup script
│ └── genesis.json # Chain genesis file
├── mainnet/
│ ├── README.md # Setup instructions and chain information
│ ├── create_node.sh # Automated node setup script
│ └── genesis.json # Chain genesis file
└── README.md # This file
To join one of the networks, follow these steps:
- Clone this repository:
git clone https://github.com/elys-network/networks.git
cd networks
- Navigate to the desired network directory and follow the setup instructions in the respective README.md file.
If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.