mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-10 07:07:57 -05:00
* 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>
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.