8000 GitHub - danizean/networks: Chain and node configurations and setup instructions for Intento
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

danizean/networks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

image

Intento Networks

This repository contains chain configurations and setup instructions for running nodes and validators on Intento.

Table of Contents


Overview

This repository provides essential resources for node operators and validators participating in the Intento network. It includes configuration files, scripts, and guidelines to help streamline the setup process. It is based and inspired from the Elys Network networks repo and others.

Installation

Each network directory contains an example installation script (create_node.sh) to automate the setup. To install a node for a specific network, navigate to the respective network directory and run:

cd <network-directory>
chmod +x create_node.sh
./create_node.sh

This script will install dependencies, download the required binaries, and configure the node accordingly.

Chain Configurations

Each network directory contains:

  • genesis.json – Initial chain state
  • addrbook.json – Peer addresses for network connectivity

Make sure to update these files according to the latest network requirements.

Support

For any issues, reach out via:

  • GitHub Issues
  • Community Discord/Telegram
  • Official documentation

Contributing

We welcome contributions! To contribute:

  1. Fork the repository.
  2. Create a new branch.
  3. Commit your changes.
  4. Submit a pull request.

Ensure your changes align with the repository’s structure and follow best practices.

Learn more

Intento documentation

Other useful links

About

Chain and node configurations and setup instructions for Intento

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0