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:
Using yarn:
Verify Installation
Check your package.json
file. You should see @reclaimprotocol/js-sdk
listed in the dependencies
section.
Importing the SDK
Next Steps
Congratulations! You've successfully installed the Reclaim Protocol SDK. Here's what you can do next:
- Check out the Backend Example guide to create your first proof request on the server-side.
- Learn about Advanced Configuration options to customize the SDK for your needs.
If you encounter any issues during installation, please refer to our FAQ or join our Telegram community for support.
Happy coding with Reclaim Protocol on your backend!