Go to file
Andreas Fackler e6f1165bb7
Add the GPL3 license.
Use the GPL3 license, like the other POA and parity projects.
2018-04-19 09:28:19 +02:00
abi Handle InitiateChange events. 2018-03-31 19:37:09 +02:00
src Make to_block = latest explicit. 2018-04-01 11:09:51 +02:00
.gitignore Initial commit. 2018-03-31 18:50:43 +02:00
Cargo.lock Add --contracts argument to read addresses from chain spec. 2018-03-31 20:31:53 +02:00
Cargo.toml Add --contracts argument to read addresses from chain spec. 2018-03-31 20:31:53 +02:00
LICENSE Add the GPL3 license. 2018-04-19 09:28:19 +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