Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 367 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 367 Bytes

Xenium Nodes JSON

This is the collection of public nodes for Xenium. Feel free to add your node.

Adding nodes

Add your nodes using a pull request here on GitHub. Your node entry should confine with this format:

{
    "name": "YOUR_NODES_NAME",
    "url": "YOUR_NODES_URL",
    "port": "YOUR_NODES_P2P_PORT",
    "ssl": false,
    "cache": false
}