doc headers

This commit is contained in:
2020-12-03 10:08:20 +08:00
parent 7a6b866163
commit d61113ad12
+4
View File
@@ -12,6 +12,8 @@ This service can serve historical state data over the same rpc interface as
## Usage
### `serve`
To serve state diffs over RPC:
`eth-statediff-service serve --config=<config path>`
@@ -22,6 +24,8 @@ Available RPC methods are:
* `statediff_stateDiffAt()`
* `statediff_writeStateDiffAt()`
### `write`
To write state diffs directly to a database:
`eth-statediff-service write --config=<config path>`