mangorpc-latency-tester/README.md

13 lines
173 B
Markdown
Raw Normal View History

2024-05-17 02:11:00 -07:00
## Run from console
Check requirements:
```bash
# need to set the MAINNET_API_TOKEN environment variable
echo $MAINNET_API_TOKEN
```
```bash
RUST_LOG=info cargo run
```