Skip to content

Commit 052e2bd

Browse files
committed
Landing page for zkTLS day tutorial
1 parent abbd687 commit 052e2bd

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)