Overview
The Reclaim Protocol Proofs are compatible with blockchain applications.
Flow
- Your app requests proofs from the user using one of the front-end libraries like Reclaim React SDK, Reclaim React Native SDK, Reclaim Flutter SDK or a backend library like Reclaim Node SDK
- Once the user has uploaded the proof, you can serialize it into a solidity friendly format
- Submit the serialized proof to your smart contract
- Verify the proof on the smart contract
- Extract context address from the proof
- Use the above as the user's address in further business logic