You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple client to serve Rippled Closed Ledger data.
3
-
All closed ledger data will be output to the console.
2
+
Creates a new node using websocket to act as both a client and a server. Automatically sends message to connected clients and logs responses from clients.
4
3
5
4
## Looking at the code
6
-
Start at client.js
5
+
Start at RippleNode.js
7
6
8
7
## Running
9
-
`node client.js`
8
+
`node client.js --port [port] --urls (optional) [list of urls to connect to]`
0 commit comments