Files
tlsn/crates/examples
Hendrik Eeckhaut dfc162929d fix(examples): fix examples for alpha.7 release (#603)
* 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>
2024-10-02 20:39:47 -07:00
..

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.