Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.62 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.62 KB

Elys Network Chain Configuration

This repository contains the official chain configurations and setup instructions for the Elys Network chains, including testnet and mainnet (when available).

Active Networks

Testnet

  • Chain ID: elysicstestnet-1
  • Status: Active
  • Type: ICS Consumer Chain (Cosmos Hub)
  • Setup Instructions

Mainnet

  • Chain ID: elys-1
  • Status: Active
  • Type: ICS Consumer Chain (Cosmos Hub)
  • Setup Instructions

Repository Structure

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

Quick Start

To join one of the networks, follow these steps:

  1. Clone this repository:
git clone https://github.com/elys-network/networks.git
cd networks
  1. Navigate to the desired network directory and follow the setup instructions in the respective README.md file.

Support

Contributing

If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.