This repository contains chain configurations and setup instructions for running nodes and validators on Intento
.
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.
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.
Each network directory contains:
genesis.json
– Initial chain stateaddrbook.json
– Peer addresses for network connectivity
Make sure to update these files according to the latest network requirements.
For any issues, reach out via:
- GitHub Issues
- Community Discord/Telegram
- Official documentation
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch.
- Commit your changes.
- Submit a pull request.
Ensure your changes align with the repository’s structure and follow best practices.
Other useful links