docs: improve example readme (#904)

This commit is contained in:
Hendrik Eeckhaut
2025-06-04 08:56:55 +02:00
committed by GitHub
parent fa2fdfd601
commit 1132d441e1
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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
```