mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 05:17:55 -05:00
docs: improve example readme (#904)
This commit is contained in:
@@ -10,6 +10,7 @@ This example demonstrates the simplest possible use case for TLSNotary. A Prover
|
||||
### 1. Notarize
|
||||
|
||||
Before starting the notarization, set up the local test server and local notary.
|
||||
Run the following commands from the root of this repository (not from this example's folder):
|
||||
|
||||
1. Run the test server:
|
||||
```shell
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This example demonstrates how to use TLSNotary in a simple interactive session between a Prover and a Verifier. It involves the Verifier first verifying the MPC-TLS session and then confirming the correctness of the data.
|
||||
|
||||
This example fetches data from a local test server. To start this server, run:
|
||||
This example fetches data from a local test server. To start the server, run the following command from the root of this repository (not from this example's folder):
|
||||
```shell
|
||||
RUST_LOG=info PORT=4000 cargo run --bin tlsn-server-fixture
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user