Skip to content

docs(feature) try-reclaim issue#21 #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"root": true,
"pages": ["index","js", "fullstack", "backend", "zkfetch", "flutter", "react-native", "inapp-sdks", "sdk", "advance-options", "hackathon"]
"pages": ["index","js", "fullstack", "backend", "zkfetch", "flutter", "react-native", "inapp-sdks", "sdk", "advance-options", "hackathon", "try-reclaim"]
}
3 changes: 3 additions & 0 deletions content/docs/try-reclaim/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"title": "Try Reclaim"
}
24 changes: 24 additions & 0 deletions content/docs/try-reclaim/try-reclaim.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Reclaim Live
description: Experience a live demo of the Reclaim Protocol. Generate and verify proofs directly on this page, and explore more providers on the Reclaim Developer Portal.
---
## Live Demo

Try out the Reclaim Protocol in action with this interactive demo. Generate and verify proofs directly within this documentation page. Explore more provider on [Reclaim Developer Portal](https://dev.reclaimprotocol.org/)
### How to Use

1. Select a provider from the options below.
2. Click **"Start Verification"** to begin the process.
3. Scan the generated QR code using your device.
4. Verify your credentials to complete the process.

<iframe
className="w-full h-screen rounded-lg"
src="https://reclaim-live-demo.vercel.app/"
title="Reclaim Protocol Live Demo"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
style={{ border: 'none' }}
/>

View the full webstie on [Reclaim Live](https://reclaim-live-demo.vercel.app/)