Web verifier
Same checks as node verify.mjs. Runs in your browser. Nothing sent to Promethean.
Trust anchor · Ed25519 public key
Entries whose attestation.publicKey doesn't match are flagged.
Quick-load reference chain
or
What this verifier does (and doesn't)
- · Does: hash-chain walk · SHA-256 reconstruction · trust-anchor pubkey match · ID contiguity · timestamp monotonicity · canonical-form shape check
- · Doesn't (browser limit): full Ed25519 signature verification — WebCrypto Ed25519 support is patchy. For signature verification use
node verify.mjs(same input, full crypto). Browser result + Node result agree on every byte that matters for chain integrity.