Alephzero SDK
The Reclaim Protocol Proofs enable secure data verification in blockchain applications.
Overview
The Alephzero SDK allows you to integrate and verify Reclaim Protocol Proofs in your blockchain applications. These proofs provide a secure way to validate user data while maintaining privacy and authenticity.
Implementation Flow
-
Request Proofs
- Implement proof requests in your application using one of our official SDKs:
- Reclaim React SDK for web applications
- Reclaim React Native SDK for mobile applications
- Reclaim Flutter SDK for cross-platform applications
- Reclaim Node SDK for backend implementations
- Implement proof requests in your application using one of our official SDKs:
-
Handle Proof Upload
- Once the user successfully uploads their proof, store the proof identifier
- Maintain proper record-keeping for subsequent verification
-
Submit for Verification
- Transform the proof into its serialized format
- Submit the serialized proof to your designated smart contract
-
Verify On-Chain
- Execute the verification process within your smart contract
- Handle the verification result according to your application logic
Next Steps
- Review our API Reference for detailed implementation guidelines
- Check out our Examples section for practical implementation scenarios
- Join our Developer Community for support and updates