From 708da7010ba741e170e7da62ccd07cf2177dac63 Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Thu, 29 Feb 2024 14:10:12 +0100 Subject: [PATCH] Added the tlns-js quickstart to the Table Of Contents --- src/SUMMARY.md | 1 + src/quick_start/README.md | 3 ++- src/quick_start/tlsn-js.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index a11eab9..f7985da 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -7,6 +7,7 @@ - [Quick Start](./quick_start/README.md) - [Rust](./quick_start/rust.md) + - [Browser](./quick_start/tlsn-js.md) - [Browser Extension](./quick_start/browser_extension.md) - [Run a Notary Server](./developers/notary_server.md) diff --git a/src/quick_start/README.md b/src/quick_start/README.md index 0733bcf..d1d54d5 100644 --- a/src/quick_start/README.md +++ b/src/quick_start/README.md @@ -4,7 +4,8 @@ This quick start will help you get started with TLSNotary, both in native [Rust] 1. [Most Basic Example: Proving and Verifying Public Data (Rust)](rust.md#rust-simple) 2. [Proving and Verifying a Private Discord DM (Rust)](rust.md#rust-discord) -3. [Proving and Verifying ownership of a Twitter account (Browser)](browser_extension.md#browser) +3. [Proving and Verifying data in a React/Typescript app](tlsn-js.md#browser) +4. [Proving and Verifying ownership of a Twitter account (Browser)](browser_extension.md#browser) Objectives of this quick start: * Gain a better understanding of what you can do with TLSNotary diff --git a/src/quick_start/tlsn-js.md b/src/quick_start/tlsn-js.md index d93238f..2c19945 100644 --- a/src/quick_start/tlsn-js.md +++ b/src/quick_start/tlsn-js.md @@ -1,4 +1,4 @@ -# TLSNotary Browser Extension +# TLSNotary in React/Typescript with `tlsn-js` In this Quick Start you will learn how to use TLSNotary in React/Typescript with [`tlsn-js`](https://github.com/tlsnotary/) NPM module in the browser.