// Initialize WASM (required before using Prover/Presentation) awaitinitTlsnWasm({ loggingLevel:'Info' });
// Now you can use the classes directly without installing tlsn-js constnotary = NotaryServer.from('wss://notary.example.com'); constprover = awaitnewProver({ serverDns:'api.example.com' });
TLSNotary SDK Module
Browser-based HTTPS attestation using MPC-TLS with token-based management.
Package Documentation
Example
Example: Using low-level tlsn-js classes (re-exported for convenience)