This is a demo website that uses @reclaimprotocol/js-sdk to interact with the Reclaim protocol.
To get started, clone this repository and install the dependencies
npm installcp .env.example .envEdit 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 the providerIds in src/app/page.js on Line number 30 to the providerIds you received from Reclaim Developer Portal.
npm run devThe website will be available at http://localhost:3000
- This is configured to AWS CodeCommit.