✨Works out of the box guarantee. If you face any issue at all, hit us up on Telegram and we will write the integration for you.

Solidity
Overview

Overview

The Reclaim Protocol Proofs are compatible with blockchain applications.

Flow

  1. 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
  2. Once the user has uploaded the proof, you can serialize it into a solidity friendly format
  3. Submit the serialized proof to your smart contract
  4. Verify the proof on the smart contract
  5. Extract context address from the proof
  6. Use the above as the user's address in further business logic