✨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
Javascript SDK

Installation

Install the Reclaim JavaScript SDK and start integrating proof generation and verification

Get API Credentials

Before using the SDK, you will need to obtain your credentials from the DevTool:

Installation

npm install @reclaimprotocol/js-sdk

Next steps

There are 3 steps in integrating the JavaScript SDK

  1. Preparing the proof request on the backend
  2. Asking the user to generate the proof on the frontend
  3. Uploading the proof to the backend and verifying it

This guide will walk you through each of these three steps.

On this page