Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennedy authored Oct 9, 2024
1 parent ed1b718 commit b6bc395
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6bc395

Please sign in to comment.