poa-ballot-stats/README.md

742 B

POA ballot stats

Note: This is still work in progress. It doesn't yet correctly determine the initial set of validators.

A command line tool that displays voting statistics for the POA network. It requires a recent version of Rust, and needs to communicate with a fully synchronized node that is connected to the network: POA installation.

With the default setup, it should work without any additional options. You can view the command line options with -h, and specify a different endpoint if your node e.g. uses a non-standard port.

$ cargo run
$ cargo run -- -h
$ cargo run -- http://127.0.0.1:8545