Skip to content

Votepack

SuperKooks edited this page Jan 17, 2021 · 2 revisions

A votepack is a simple JSON file containing candidates for the election as well as the names of trustee voters (to ensure that peers don't make up trustee votes). Whenever starting bigw-voting a votepack must be supplied. When a peer connects to another peer, if it detects that the peer has a different votepack, the program panics.

Example: {"Candidates": ["Candidate 1", "Candidate 2", "Candidate 3", "Candidate 4"], "TrusteeVotes": ["Person3"]}

Clone this wiki locally