Skip to content

HighStakesSwitzerland/elys_networks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%