NOORCHAIN® · Public verifierOpen access

Verify an anchored document

Drop a period's manifest (JSON) or an attestation issued by an organization (PDF). Its keccak256 fingerprint is recomputed here and compared with the PoSSRegistry registry on-chain. If a single character of the manifest changed, the fingerprint no longer matches.

Paste the content instead (advanced)
Equivalent check without this page: keccak256(canonical_manifest_bytes), then call isKnown(fingerprint) on the contract with any EVM client. For an attestation: keccak256(file_bytes), then lookup(fingerprint) on the attestation registry.