Is it possible to Verify a Certificate(or batch of certiifcates) with only blockchain hash

Is it possible to Verify a Certificate(or batch of certiifcates) with only blockchain hash(returned when issue) instead of sending json to verify?

Hi @ramprasad,

That’s not possible. You need the certificate JSON in order to compute the hash from the JSON document you own. Therefore you can check if that hash (along with the merkle proofs if any) matches the hash registered on the blockchain.

Hope it helps!

Regards,
David LJ

2 Likes

Hi @ramprasad,

We cant verify the certificate using the hash returned from the blockchain. It is the transaction hash, it will not have any details related to the certificate.
You can find the certification process steps here.