Proxy: offers rippled compatible JSON RPC endpoint, internally sending to WebSocket, replying RPC
- Clone
npm install
npm run dev
Runs under PM2 as RPC2WS
;
npm run pm2
- Timeout (uplink WS response) in seconds:
TIMEOUT=60
- Debug (log) output:
DEBUG=post2ws*
- Non FH Query offloading (space separated):
NONFHNODES=ws://something:8080 ws://another:80