Appearance
Tools
Third-party and community tools that help you build Xahau Hooks.
Available tools
- Transaction Builder — paste a transaction JSON (e.g.
{ "TransactionType": "AccountSet" }) and it generates ready-to-paste C code for building and emitting that transaction from a hook: a pre-laid-outuint8_t txn[N]template,*_OUTpointer macros for each mutable field, and aPREPARE_TXN()macro that fills in the fixed emit fields. Live at https://tx-builder.xahau.tools/. - Binary Visualizer — paste a serialized blob (hex, base64, or JSON) — a transaction, ledger entry, or manifest — and it walks the bytes field by field, showing each field's type-code, field-code, and payload, with a dedicated bit-level breakdown for
Amountfields. Live at https://binary-visualizer.xahau.tools/.