Skip to content

Commit

Permalink
Add running instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Sep 9, 2024
1 parent c0ed9b7 commit 6157111
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Running

```bash
SIDECAR_DEBUG=false \
SIDECAR_ETHEREUM_RPC_BASE_URL="http://54.198.82.217:8545" \
SIDECAR_ENVIRONMENT="testnet" \
SIDECAR_NETWORK="holesky" \
SIDECAR_ETHERSCAN_API_KEYS="" \
SIDECAR_STATSD_URL="localhost:8125" \
SIDECAR_SQLITE_DB_FILE_PATH="./sqlite/sidecar.db" \
go run cmd/sidecar/main.go
```

## RPC Routes

### Get current block height
Expand Down

0 comments on commit 6157111

Please sign in to comment.