Installation
Welcome to the guide on integrating Reclaim Protocol into your backend project! This guide will walk you through the installation process and help you get started quickly.
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:
Using yarn:
Importing the SDK
Get an API Key
Setup your project using the Get API Key guide.
Integrate into your project
You can integrate the SDK into your backend using the Usage guide