Skip to content

Conversation

@Gwen-M
Copy link
Member

@Gwen-M Gwen-M commented Oct 31, 2025

Note

Adds a PoH V2 tutorial detailing verification flow, APIs, and onchain verification for Linea.

  • Docs:
    • New tutorial: docs/learn/poh-tutorial.mdx
      • Overview of PoH V2 and Sybil context.
      • Step-by-step user verification via Sumsub + Verax with code snippets (wallet sign-in, iframe/callback flow).
      • Offchain check: https://poh-api.linea.build/poh/v2/{address} (plain-text true/false).
      • Onchain signed check: https://poh-signer-api.linea.build/poh/v2/{address} + PohVerifier.verify(signature, address).
      • Notes on security, reliability, and privacy considerations.

Written by Cursor Bugbot for commit 2541edb. This will update automatically on new commits. Configure here.

@vercel
Copy link

vercel bot commented Oct 31, 2025

@Gwen-M is attempting to deploy a commit to the Consensys Team on Vercel.

A member of the Team first needs to authorize it.

},
{ signal: ac.signal },
);
```
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Bug

The Sumsub iframe integration example has two issues: the AbortController on line 175 removes the event listener prematurely, which can cause the app to miss the "completed" status. Also, the tutorial references an iframe by ID ('sumsub-frame') without explaining how to create it.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant