Files
tlsn/crates/examples
yuroitaki 6eaf4a3d2d feat: add protocol configuration negotiation (#513)
* Add configuration check.

* Fix naming and comments.

* Fix clippy.

* Fix clippy using latest rust.

* Adapt new method to send message.

* Add config validator.

* Split max transcript size.

* Remove unused dependencies and redundant declarations.

* Move protocol_config out of verifier config.

* Implement default for configs.

* Apply fmt.

* Correct dependency format.

* Add ignored flag to integration test.

* Change from String to Version, more debugging.

* Use getter instead of pub.

* Move ot estimate methods to ProtocolConfig.

---------

Co-authored-by: yuroitaki <>
Co-authored-by: sinu.eth <65924192+sinui0@users.noreply.github.com>
2024-08-15 14:40:55 -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.