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 Solana friendly format
- Submit the serialized proof to your smart contract
- Verify the proof on the smart contract
- Use the signer address in further business logic