Live Demo: https://www.try.reclaimprotocol.org/
This demonstrates the integration of Reclaim Protocol's JS SDK for managing user data providers and verifications.
- Node.js
- A Reclaim Developer account (get it from dev.reclaimprotocol.org)
- Read the code of the start verification button. This shows how verification request should be created.
- Verify page shows how reclaim verification request can be used to start verification on frontend.
- YourBackendUsingReclaim shows how Reclaim SDK should be used to create, or modify requests and verify, validate the proofs.
-
Get Your API Credentials
- Visit dev.reclaimprotocol.org
- Create a new application or use an existing one
- Copy your App ID and App Secret
-
Configure Environment Variables Rename the existing
.env.examplefile in the root directory to.env:mv .env.example .env
Then, open the
.envfile and fill in your credentials:VITE_RECLAIM_APP_ID=your_app_id_here VITE_RECLAIM_APP_SECRET=your_app_secret_here -
Install Dependencies
npm install
-
Run the Development Server
npm run dev
The application will be available at http://localhost:5173
-
Build for Production
npm run build
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.
MIT License