Aptos
The Reclaim Protocol Proofs are compatible with blockchain applications and can be seamlessly integrated with Aptos blockchain.
Overview
The Reclaim Protocol allows you to verify user data proofs on the Aptos blockchain. This integration enables decentralized verification of user-provided proofs through smart contracts.
Implementation Flow
-
Request Proofs
- Implement proof requests in your application using one of our official SDKs:
- Reclaim JS SDK for web and backend implementations
- Reclaim React Native SDK for mobile applications
- Reclaim Flutter SDK for cross-platform applications
- 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
After understanding the basic flow, refer to our specific SDK documentation for detailed implementation guidelines and best practices.