Quick Start
This quick start will help you get started with TLSNotary, both in native Rust and in the Browser.
Objectives
- Gain a better understanding of what you can do with TLSNotary
- Learn the basics of how to notarize and verify data using TLSNotary
Rust
- Interactive Verification Example: This example demonstrates how to use TLSNotary in a simple interactive session between a Prover and a Verifier. It involves the Verifier first verifying the MPC-TLS session and then confirming the correctness of the data.
- Simple Attestation Example: Use TLSNotary with a Notary attesting to the data.
Browser
Hosted demo
To get started with TLSNotary in the browser, it is recommended to try the online TLSNotary demo first. This demo shows how TLSNotary can be used to verify private user data in a web app. The demo guides you through the following steps:
- Installing the browser extension
- Installing the website plugin into the browser extension
- Running the plugin to get a TLSNotary attestation
- Verifying the attestation on the server
Visit demo.tlsnotary.org to try the different steps.
Proving and Verifying Data in a React/Typescript App (tlsn-js
)
Learn how to use TLSNotary in a React/Typescript app with the tlsn-js
NPM module.
Proving and Verifying Data in a React/Typescript App
Browser Extension
Learn how to prove and verify ownership of a Twitter account using the TLSNotary browser extension.
Proving and Verifying Ownership of a Twitter Account (Browser)