Skip to content

reclaimprotocol/demo-js-sdk

Repository files navigation

Reclaim js-sdk demo website

This is a demo website that uses @reclaimprotocol/js-sdk to interact with the Reclaim protocol.

Getting started

To get started, clone this repository and install the dependencies

Install dependencies

npm install

Set up environment variables

cp .env.example .env

Edit the .env file and set the NEXT_PUBLIC_APP_ID and NEXT_PUBLIC_APP_SECRET to the values you received from Reclaim Developer Portal.

Update Provider IDs

Update the providerIds in src/app/page.js on Line number 30 to the providerIds you received from Reclaim Developer Portal.

Start the development server

npm run dev

The website will be available at http://localhost:3000.