Verify a Connor bundle
Paste any Connor signed bundle below. Every receipt is verified in your browser using the public Ed25519 keys. Nothing is sent to a server. This page works offline once loaded.
or paste below
- Each observation in the bundle includes a
receipt_jsonwith a payload, asignature, and thepublic_keythat produced it. - This page calls
DRM3Provenance.verifySignature(receipt)from the open-sourcedrm3-provenanceWASM SDK loaded with this page. - The SDK reproduces the canonicalized payload, computes its hash, and verifies the signature against the public key.
- Connor's public keys are also published at /.well-known/connor-keys.json so you can cross-check.
- Want to verify with your own tools? The SDK is at github.com/DRM3Labs/drm3-releases.