mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-06 20:53:56 -05:00
Landing page for zkTLS day tutorial
This commit is contained in:
31
src/pages/zktls-day-tlsnotary-tutorial.md
Normal file
31
src/pages/zktls-day-tlsnotary-tutorial.md
Normal 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.*
|
||||
Reference in New Issue
Block a user