xrp-tx-explainer

Library for explaining XRP ledger transactions and metadata.

Usage no npm install needed!

<script type="module">
  import xrpTxExplainer from 'https://cdn.skypack.dev/xrp-tx-explainer';
</script>

README

txexplainer

Library for explaining XRP ledger transactions and metadata.

How to use this library

  1. Get a transaction object, e.g. using ripple-lib or rippled.
  2. Turn that transaction object into a Transaction using rawJSONtoTransaction.
  3. Call annotate to get an explanation of the transaction.