xrpld-ws-client

Connect to the XRP Ledger using websockets

Usage no npm install needed!

<script type="module">
  import xrpldWsClient from 'https://cdn.skypack.dev/xrpld-ws-client';
</script>

README

XRPL WebSocket Client npm version GitHub Actions NodeJS status CDNJS Browserified CDNJS Browserified Minified

XRP Ledger WebSocket Client, npm: xrpld-ws-client

...

  • Auto reconnecting, etc.

  • Emits:

  • message ledger path transaction validation

  • retry

  • close

  • reconnect

Syntax

// Todo

Use in the browser

You can clone this repository and run:

  • npm run install to install dependencies
  • npm run build to build the source code
  • npm run browserify to browserify this lib.

Now the dist/browser.js file will exist, for you to use in a browser.

Alternatively you can get a prebuilt / prebuilt & minified version from Github.

Sample: jsfiddle.net/WietseWind/TODOTODO