-
Notifications
You must be signed in to change notification settings - Fork 3
Interactive verifier demo #35
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
Merged
Merged
+2,018
−3,091
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Let's chat to see if we should actually deploy this, or wait for a better version of the interactive verifier server |
+ use environment variable to enable/disable POAPs + improve UI
+ use LRU for tracking sessions
ce3f500
to
03b5592
Compare
2647893
to
b42abec
Compare
heeckhau
approved these changes
Aug 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a demo for integrating with an interactive verifier - this is only meant for running a local demo for now. Interactive verifier API will change soon.
Compile interactive prover plugin
interactive-verifier
branch ontlsn-plugin-boilerplate
npm run build
serve dist/
Run tlsn-plugin-demo
interactive-verifier
branch ontlsn-plugin-demo
web/components/Steps/index.tsx
to match serve url from last steptlsn-plugin-demo
by runningVERIFIER_SECRET_KEY=demo npm run dev
Run Verifier Server
interactive-verifier
branch ontlsn
cd crates/notary/plugin/js; ./prepare.sh; xtp plugin build
VERIFIER_SECRET_KEY=demo cd crates/notary/server; cargo run --release
Build extension locally
interactive-verifier
branch ontlsn-extension
npm run dev
run the demo
http://localhost:3030
Run Plugin