Added the tlns-js quickstart to the Table Of Contents

This commit is contained in:
Hendrik Eeckhaut
2024-02-29 14:10:12 +01:00
parent 877dcb6b52
commit 708da7010b
3 changed files with 4 additions and 2 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -1,4 +1,4 @@
# TLSNotary Browser Extension <a name="browser"></a>
# TLSNotary in React/Typescript with `tlsn-js`<a name="browser"></a>
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.