Skip to content

Other XRPL Tools

Elliot Lee edited this page Nov 11, 2020 · 5 revisions
  • Get XRPL JSON data from TX hash. (Vercel Lambda) - Source
  • xrpintel API - transaction lookup: GET https://xrpintel.com/tx/<tx_hash>
  • XRPL Binary Visualizer - Source
    • Features: parses json and base64 (some things like manifest json come as a json containing base64 and b58 encoded fields)
    • Ideas:
      • add a hover-to-decode on payload fields, with the payload being broken down further in the same style the whole object
      • maybe make it clickable actually and you can expand or collapse payload bytes into the same explanatory style
      • enable the decoder to ingest and inspect any object type used in rippled, and also detect if something is likely to be a hash rather than an object
      • give a warning if output is spurious (e.g. the state machine didn't end cleanly with 0 bytes remaining)
    • Example: paste entire json from https://vl.ripple.com/
  • XRP Ledger Validator Manifest Tools
  • XRPL Transaction Data fetcher