Verify a signed export
Paste or open a Provenant signed ledger export and this page re-derives its hash chain to confirm nothing was altered. It runs entirely in your browser with the Web Crypto API — nothing is uploaded, so you can verify sensitive exports offline, with no Provenant account. It's the same check as verifyLedgerExport() in the SDK.
…or paste the JSON below.
Want to script this? npm i @identiqube/provenant-sdk and call verifyLedgerExport(export) (Node) — see the docs.