mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-04-24 03:00:25 -04:00
Interactive Prover in Typescript (Verifier in Rust) (#74)
feat: interactive verifier demo * Verifier in Rust * Prover in both Rust and TypeScript/React --------- Co-authored-by: Pete Thomas <pete@xminusone.net> Co-authored-by: yuroitaki <25913766+yuroitaki@users.noreply.github.com>
This commit is contained in:
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"rust-analyzer.linkedProjects": [
|
||||
"interactive-demo/verifier-rs/Cargo.toml",
|
||||
"interactive-demo/prover-rs/Cargo.toml"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user