vote-commitment-tree-client
HTTP client and CLI for syncing and verifying the vote commitment tree against a running Zcash shielded-voting chain node.
Provides the library functions zcash_voting uses to incrementally pull new leaves from the chain after each delegation or cast-vote, and a vote-tree-cli binary for operator-level inspection.
Binary
Library
use Client;
let client = new?;
let leaves = client.leaves.await?;
License
Dual-licensed under MIT or Apache-2.0. See LICENSE-MIT and LICENSE-APACHE.