We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbd687 commit 052e2bdCopy full SHA for 052e2bd
src/pages/zktls-day-tlsnotary-tutorial.md
@@ -0,0 +1,31 @@
1
+---
2
+title: zkTLS Day TLSNotary tutorial
3
+hide_table_of_contents: true
4
+keywords:
5
+ - zkTLS
6
+ - TLSNotary
7
+ - Devconnect
8
9
+
10
+# TLSNotary Tutorial - zkTLS Day, Devconnect 2025
11
12
+Welcome to the hands-on TLSNotary tutorial for zkTLS Day!
13
14
+In this tutorial, you'll learn how to prove web data with TLSNotary's browser extension.
15
16
+## Getting Started
17
18
+Run these commands to set up the tutorial environment:
19
20
+```sh
21
+git clone https://github.com/tlsnotary/tlsn-extension.git -b new-ext-2
22
+cd tlsn-extension
23
+npm install
24
+npm run tutorial
25
+```
26
27
+Then follow the interactive instructions at **http://localhost:8080**.
28
29
30
31
+*Having issues? Find us in the workshop room.*
0 commit comments