A small script (bash or Python) that reports node health against an RPC endpoint:
- RPC reachable
- current block height and whether it is advancing
- peer count
Useful for anyone running a node or a public RPC. Good first issue — single self-contained script, uses standard JSON-RPC calls. Distinct from the Grafana dashboard work in #625.
A small script (bash or Python) that reports node health against an RPC endpoint:
Useful for anyone running a node or a public RPC. Good first issue — single self-contained script, uses standard JSON-RPC calls. Distinct from the Grafana dashboard work in #625.