Welcome to the official Lascaux node directory! This repository allows community members to submit their nodes to be displayed on the Lascaux platform. Node operators can make pull requests (PRs) to add their node information.
Each node entry in the nodes.json file must include the following fields:
nodeURL: The URL where the node is hosted (e.g.,https://testnetv1.telestai.io) and reachable by the public.nodeName: A unique, user-friendly name for the node (e.g.,Frog World).nodeImg: A path to an image hosted in theimagesfolder.- Ensure the image is appropriate and aligns with community standards. The node will be displayed on the Lascaux platform and subject to removal if it does not align with community standards.
nodeWallet: The Telestai wallet address associated with the node. This may be used for future rewards!nodeDescription(Optional): A short description of the node’s purpose or the community behind it.
{
"nodeURL": "https://example-node.telestai.io",
"nodeName": "Frog World",
"nodeImg": "/images/FrogWorld.png",
"nodeWallet": "TesExampleLQsowvYEYPXpSHkkapoTbVV7Xex",
"nodeDescription": "Welcome to the swamp!"
}-
Fork this Repository
- Click the "Fork" button on the top-right corner of this page to create your copy of this repository.
-
Clone Your Fork
git clone https://github.com/your-username/lascaux-nodes.git cd lascaux-nodes -
Add Your Node
- Add a logo to the
imagesfolder. - Edit the
nodes.jsonfile and add your node’s information following the example above.
- Add a logo to the
-
Commit Your Changes
git add nodes.json git commit -m "Add [Your Node Name] to Lascaux node directory" git push origin main -
Submit a Pull Request
- Go to the original repository and create a PR with your changes.
- Node Image:
- Ensure the image adheres to community guidelines (e.g., no explicit content).
- Node Requirements:
- The node must be running the Lascaux backend with a valid SSL certificate.
- Nodes must remain online and functional to stay listed.
- Review Process:
- PRs will be reviewed for accuracy and compliance. Please be patient.
For any questions, please reach out on the Telestai Discord.
See CONTRIBUTING.md for more information on how to contribute to this project.