Skip to content
/ rpc2ws Public

Proxy: offers rippled compatible JSON RPC endpoint, internally sending to WebSocket, replying RPC

Notifications You must be signed in to change notification settings

XRPLF/rpc2ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON RPC to WebSocket proxy

for rippled (xrpld)

Proxy: offers rippled compatible JSON RPC endpoint, internally sending to WebSocket, replying RPC

Install

  1. Clone
  2. npm install

Develop

npm run dev

Run:

Runs under PM2 as RPC2WS;

npm run pm2

Environment Vars

  • 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

About

Proxy: offers rippled compatible JSON RPC endpoint, internally sending to WebSocket, replying RPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published