mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-08 22:28:15 -05:00
* Add attestation example. * Apply fmt. * Apply clippy fix. * Rebase. * Improved readme + more default loggging in prove example * Removed wrong AI generated "learn more" links * re-export ContentType in tlsn-core * remove unnecessary checks from example --------- Co-authored-by: yuroitaki <> Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org> Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com>
412 B
412 B
Examples
This folder contains examples demonstrating how to use the TLSNotary protocol.
- Interactive: Interactive Prover and Verifier session without a trusted notary.
- Attestation: Performing a simple notarization with a trusted notary.
Refer to https://tlsnotary.org/docs/quick_start for a quick start guide to using TLSNotary with these examples.