✨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.
logoReclaim Protocol Docs

Cardano

Learn how to implement and verify Reclaim Protocol Proofs in your blockchain applications.

Overview

Reclaim Protocol Proofs provide a secure way to verify user data in blockchain applications. This guide explains the implementation flow from requesting proofs to on-chain verification.

Implementation Flow

  1. Request Proofs

  2. Handle Proof Upload

    • Once the user successfully uploads their proof, store the proof identifier
    • Maintain proper record-keeping for subsequent verification
  3. Submit for Verification

    • Transform the proof into its serialized format
    • Submit the serialized proof to your designated smart contract
  4. 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.

On this page