mirror of
https://github.com/tlsnotary/docs-mdbook.git
synced 2026-01-08 20:28:02 -05:00
Added the tlns-js quickstart to the Table Of Contents
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user