mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
* doc: Fix examples for alpha7 release + Use secp256k1 key for notary server fixture + fix tower issue + Fixed doctes issues (Avoid doc test failures when ignored tests are run) + Run wasm tests in incognitto mode to avoid chromiumoxide ws errors * Added comment * minor improvements * formatting * polish attestation example * use shorthand fs write * clean * simplify discord example --------- Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com>
Examples
This folder contains examples showing how to use the TLSNotary protocol.
- simple shows how to perform a simple notarization.
- interactive interactive Prover and Verifier, without a trusted notary.
- twitter shows how to notarize a Twitter DM.
- discord shows how to notarize a Discord DM.
Refer to https://docs.tlsnotary.org/quick_start/index.html for a quick start with TLSNotary using these examples.