Added link to deployed version

This commit is contained in:
Hendrik Eeckhaut
2023-12-06 14:36:44 +01:00
parent 3c48770f89
commit b936740dfe

View File

@@ -4,6 +4,8 @@ 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](https://yew.rs/) [file upload example](https://github.com/yewstack/yew/tree/master/examples/file_upload). It is build with [Trunk](https://trunkrs.dev/)