Go to file
Andreas Fackler 79723c1a31 Initial commit. 2018-03-31 18:50:43 +02:00
abi Initial commit. 2018-03-31 18:50:43 +02:00
src Initial commit. 2018-03-31 18:50:43 +02:00
.gitignore Initial commit. 2018-03-31 18:50:43 +02:00
Cargo.lock Initial commit. 2018-03-31 18:50:43 +02:00
Cargo.toml Initial commit. 2018-03-31 18:50:43 +02:00
README.md Initial commit. 2018-03-31 18:50:43 +02:00

README.md

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