Welcome to my personal journey into the node testnet ecosystem! This repository is designed to simplify the process of starting and updating nodes, whether they run on a remote server or, as in my case, a local mini PC at home.
To use this repository effectively, follow these steps:
-
Prepare the
.env
File
Create a.env
file in the root directory. This file should securely store all sensitive data such as passwords, emails, and API keys.
Example.env
File:NODE_PASSWORD=yourpassword NODE_EMAIL=youremail@example.com
-
Project-Specific Information
Each project folder includes a
README.md
file containing additional steps or information unique to that project. Be sure to review these files before proceeding.
Contributions are always welcome! Here’s how you can contribute:
If you’ve made improvements or fixes, please create a PR (Pull Request). I’ll review it as soon as possible.
If you want to suggest adding support for a new node, open an issue and label it as a "Feature Request."
Your feedback is invaluable! Feel free to share suggestions, report issues, or ask questions by opening an issue in this repository.