-
Install dependencies:
npm install
-
Configure environment variables:
cp .env.example .env
Edit
.envand add your Reclaim credentials:VITE_RECLAIM_APP_ID=your_app_id_here VITE_RECLAIM_APP_SECRET=your_app_secret_here -
Run the development server:
npm run dev
-
Open in browser: Navigate to
http://localhost:5173
- Select a provider from the dropdown (Amazon, Uber, or Netflix)
- Click "Start Verification"
- Scan the QR code with the Reclaim app or click the verification link
- Complete the verification in the Reclaim app
- The raw JSON proof will be:
- Logged to the browser console
- Downloaded as a
.jsonfile named{provider}_{timestamp}.json
| Provider | ID |
|---|---|
| Amazon | 1d270ba2-8680-415b-b7e2-2cebd47f6f02 |
| Uber | 2c597463-6a21-4f93-8e39-eae46135d2ce |
| Netflix | b3bd406a-cec0-4c91-8c8b-eeb06292cf8e |
- Node.js 18+
- Reclaim app on mobile device for verification
- Valid Reclaim App ID and Secret from Reclaim Developer Portal