✨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

Installation

Welcome to the guide on integrating Reclaim Protocol into your Node.js backend project! This guide will walk you through the installation process and help you get started quickly.

Installing the Reclaim Protocol SDK for Backend

Welcome to the guide on integrating Reclaim Protocol into your backend project! This guide will walk you through the installation process for both JavaScript and Python implementations.

Prerequisites

Before you begin, make sure you have the appropriate environment set up:

For JavaScript:

  • Node.js (version 14 or later)
  • npm (usually comes with Node.js) or yarn

For Python:

  • Python (version 3.7 or later)
  • pip (Python package manager)

Installation Steps

Installing JavaScript SDK

Open your terminal and navigate to your project directory. Then run one of the following commands:

Using npm:

npm install @reclaimprotocol/js-sdk

Using yarn:

yarn add @reclaimprotocol/js-sdk

Importing the SDK

const { ReclaimProofRequest } = require('@reclaimprotocol/js-sdk');

Get an API Key

Setup your project using the Get API Key guide.

On this page