✨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

Web SDK

Integrate Reclaim Protocol into your webapp using the NodeJS and React SDKs.

Understanding how the WebSDKs workflow

Steps involved

  1. A verification link is created on the frontend and displayed for the user to tap/scan QR code.
  2. The user opens the above verification link and completes the verification using the Reclaim Protocol AppClip/InstantApp. The verification must be done using a mobile phone. No app install is required.
  3. Once the user completes the verification on the AppClip/InstantApp, they will be prompted to redirect back to your webapp
  4. The webapp polls the status of the verification and continues business logic, once the verification has been marked as complete.

What you need to implement

  1. Frontend application using React
  2. Backend application to process the verification securely

On this page