Skip to content

reclaimprotocol/reclaim-demo-website-v3

Reclaim SDK Demo Website

Live Demo: https://www.try.reclaimprotocol.org/

This demonstrates the integration of Reclaim Protocol's JS SDK for managing user data providers and verifications.

Prerequisites

For developers 🤖

  1. Read the code of the start verification button. This shows how verification request should be created.
  2. Verify page shows how reclaim verification request can be used to start verification on frontend.
  3. YourBackendUsingReclaim shows how Reclaim SDK should be used to create, or modify requests and verify, validate the proofs.

Setup Instructions

  1. Get Your API Credentials

  2. Configure Environment Variables Rename the existing .env.example file in the root directory to .env:

    mv .env.example .env

    Then, open the .env file and fill in your credentials:

    VITE_RECLAIM_APP_ID=your_app_id_here
    VITE_RECLAIM_APP_SECRET=your_app_secret_here
    
  3. Install Dependencies

    npm install
  4. Run the Development Server

    npm run dev

    The application will be available at http://localhost:5173

  5. Build for Production

    npm run build

Support

For any issues or questions, please visit the Reclaim Protocol Documentation or contact support.

For any doubts or bugs regarding this repository code, use this issue tracker.

License

MIT License