Verify a Research Object Certificate
verify_certificateCryptographically verify a bloxberg Research Object Certificate against the blockchain—checking format, Merkle proof, on-chain root, issuer identity, and status. Requires the full certificate document.
Instructions
Cryptographically verify a bloxberg Research Object Certificate against the blockchain using the bloxberg cert-verifier engine (@bloxberg-org/cert-verifier-js-bloxberg): format validation, MerkleProof2019 replay, on-chain Merkle root comparison, issuer identity, and status checks. Returns the final verdict plus every verification step. Note: a bare file hash cannot be verified — bloxberg anchors only Merkle batch roots on-chain, so the full credential document is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Alternatively, a URL to fetch the certificate JSON from | |
| certificate | No | The Research Object Certificate as a JSON string (a Blockcerts V2/V3 / W3C Verifiable Credential document) |