zkDID API Reference
Last updated
Was this helpful?
Last updated
Was this helpful?
Special Note
: The initial MVP implementation of Findora’s zkDID currently excludes features expected in the final zkDID design such as i) non-transferable NFT support (to store the DIDs on-chain) and ii) IPFS integration to store credentials (and/or proofs) on-chain.
The zkDID API source code is available on [Github](. To see examples of how to use these APIs visit our zkDID document. Below are the zkDID APIs (API descriptions are written in the comments of codebase):
hasDID
getDID
createDID
hasZKCredential
getZKCredential
createZKCredential
Predefined Credentials
Created for demonstration purposes only (and used by zkDID code examples document)
GPACredential
CreditScoreCredential
AnnualIncomeCredential
hasCircuit
getCircuit
createCircuit
getKeyOfConstraint
getConstraintByKey
generateZKProof
verifyZKProof
verifySignedZKProof