Files
tlsn/crates/examples
yuroitaki 92da5adc24 chore: update attestation example (#966)
* 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>
2025-09-10 09:37:17 -07:00
..
2025-06-27 16:40:29 +01:00

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.