Landing page for zkTLS day tutorial

This commit is contained in:
Hendrik Eeckhaut
2025-11-14 13:02:06 -03:00
parent abbd68751f
commit 052e2bd3ff

View File

@@ -0,0 +1,31 @@
---
title: zkTLS Day TLSNotary tutorial
hide_table_of_contents: true
keywords:
- zkTLS
- TLSNotary
- Devconnect
---
# TLSNotary Tutorial - zkTLS Day, Devconnect 2025
Welcome to the hands-on TLSNotary tutorial for zkTLS Day!
In this tutorial, you'll learn how to prove web data with TLSNotary's browser extension.
## Getting Started
Run these commands to set up the tutorial environment:
```sh
git clone https://github.com/tlsnotary/tlsn-extension.git -b new-ext-2
cd tlsn-extension
npm install
npm run tutorial
```
Then follow the interactive instructions at **http://localhost:8080**.
---
*Having issues? Find us in the workshop room.*