2025-08-27 09:54:46 +02:00
2025-08-26 14:30:37 +02:00
2025-08-26 11:16:25 +02:00
2024-09-30 14:42:08 -07:00
2025-08-26 11:16:25 +02:00
2024-10-30 10:48:03 -07:00
2025-08-26 11:16:25 +02:00
2024-09-30 14:42:08 -07:00
2024-09-30 14:42:08 -07:00
2025-08-26 13:56:16 +02:00
2025-08-26 11:16:25 +02:00
2024-09-30 14:42:08 -07:00
2025-08-26 11:39:38 +02:00
2024-10-30 10:48:03 -07:00
2025-08-26 11:16:25 +02:00

TLSNotary Plugin Demo

Welcome to the TLSNotary Plugin Demo! This demo showcases how TLSNotary can be used to verify private user data in web applications.

In this demo, you'll prove that you own a Twitter account to the web server. The website will verify your proof and, as a reward, you'll receive a POAP (Proof of Attendance Protocol) token — while stocks last!


Open Source Code and Resources

For more details, visit the repositories above to explore the code and contribute to the project!


This demo works by leveraging the Provider API functionality of the TLSNotary Extension

Installing and Running

  1. Build:
    docker build -t tlsn-plugin-demo .
    
    • To build with POAPS enabled, add --build-arg ENABLE_POAP=true
    • To set the verifier url, add --build-arg VERIFIER_URL="http://demo.tlsnotary.org:7047" E.g. docker build --build-arg ENABLE_POAP=true -t tlsn-plugin-demo .
  2. Run:
    docker run --rm -p 3030:3030 -p 7047:7047  -it tlsn-plugin-demo
    
  3. Visit http://localhost:3030
Description
No description provided
Readme 28 MiB
Languages
TypeScript 70.8%
JavaScript 17.4%
Dockerfile 6.6%
SCSS 4.5%
HTML 0.7%