Compare commits

..

No commits in common. "master" and "v0.0.1" have entirely different histories.

View File

@ -1,6 +1,6 @@
## openethereum-node-status ### openethereum-node-status
A tiny stateless service to return health status and useful metrics from OpenEthereum/Parity nodes using batched RPC queries. Requires the [following API's](https://openethereum.github.io/JSONRPC) to be enabled: A tiny stateless service to return health status and useful metrics from OpenEthereum/Parity nodes. Requires the [following API's](https://openethereum.github.io/JSONRPC) to be enabled:
- eth - eth
- parity - parity
@ -11,7 +11,7 @@ Default config:
```bash ```bash
RPC_ENDPOINT=https://core.bloxberg.org RPC_ENDPOINT=https://core.bloxberg.org
SERVER_PORT=80 SERVER_POINT=80
DEBUG_ENABLED=false DEBUG_ENABLED=false
``` ```