The ZPass SDK provides a comprehensive set of methods for interacting with ZPass credentials on the Aleo blockchain.
- signcredential.md - Sign credential data with a private key
- issuezpass.md - Issue a new ZPass credential on-chain
- getzpassrecord.md - Retrieve and decrypt a ZPass record from the blockchain
- proveonchain.md - Generate an on-chain proof for a ZPass credential
- proveoffchain.md - Generate an off-chain proof locally
- verifyonchain.md - Verify an on-chain ZPass proof
- verifyoffchain.md - Verify an off-chain ZPass proof locally
- createaleoworker.md - Create a Web Worker for Aleo computations
- initthreadpool.md - Initialize a thread pool for improved performance
For a quick introduction to using the SDK, check out quickstart.md.