-
Notifications
You must be signed in to change notification settings - Fork 551
Other XRPL Tools
Elliot Lee edited this page Nov 10, 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 - 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
- add a base64->hex decoder and a json parser: some things like manifest json come as a json containing base64 and b58 encoded fields; add decoding for all of that
- 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)