Ńerot Quantum Ledger

API & Architecture

HTTPS API is proxied by nginx to the blockchain nodes on 127.0.0.1. If /api/v1/health returns 502, the Docker stack is not running — start it with docker-compose up -d in the blockchain project directory (systemd: nerot-blockchain.service).

Base URL: https://blockchain.nerot.me/api/v1/

Security Model

SQLite is mounted read-only into each node container. Credentials are validated against the existing users table without touching nerot.sid or the main Nerot platform session.

Cluster Ports (internal)

These bind on 127.0.0.1 for nginx upstreams — not exposed publicly as separate URLs.

Node 1REST 7001 · WS 7011 · P2P 30301
Node 2REST 7002 · WS 7012 · P2P 30302
Node 3REST 7003 · WS 7013 · P2P 30303