2024-06-26 14:52:32 +02:00
2024-03-04 09:33:19 +01:00
2023-10-19 22:05:16 +02:00
2023-10-12 11:04:38 +02:00
2024-06-26 14:52:32 +02:00
2024-06-26 14:52:32 +02:00
2023-12-06 14:36:44 +01:00
2023-10-16 16:57:45 +02:00
2023-10-13 14:07:47 +02:00

TLSNotary proof visualizer

This is a Proof of Concept of a web app to visualized TLSNotary proofs.

This web app allows a user to upload TLSNotary proof (proof.json) and the app will check the validity and visualize the redacted parts.

You can use the deployed version via https://tlsnotary.github.io/proof_viz/

Dependencies

This app is based on the Yew file upload example. It is build with Trunk

This project requires a clang version newer than 16.0.0 to compile ring to wasm. If not, you will run into warning: error: unable to create target: 'No available targets are compatible with triple "wasm32-unknown-unknown"'

Running

Run this application with the trunk development server:

trunk serve --open
Description
No description provided
Readme 590 KiB
Languages
Rust 97.3%
HTML 1.3%
CSS 0.8%
JavaScript 0.6%