From b6bc39521a7e9f636c720e98255e2e1c50e82069 Mon Sep 17 00:00:00 2001 From: Will Kennedy Date: Wed, 9 Oct 2024 08:46:06 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f8110..b3c7997 100644 --- a/README.md +++ b/README.md @@ -127,12 +127,15 @@ cd validator cargo run ``` -With Docker: +With Docker (This will start a Trollup API and Validator server instance): ```shell docker-compose -f docker-compose.yml ``` + +With the api and the validator running, you can run the tests in example/src/main.rs or run main itself to see an example of an optimisitc transaction. + ```shell cd example cargo run