You must run these files on a computer with both rethinkdb & bigchaindb installed and running
- dummyusers.py creates users and saves their keypairs
- dummyvote.py creates "vote" data for each user and writes it to the db
- checkvote.py checks if each users "vote" has been written to the db
- dummytransfer.py transfers each users "vote" to the "govt" user
- checkinventory.py checks all of the transactions owned by the "govt" user
Operations:
Admin:
- Enroll voter
- Create election
- Assign votes during election
Voter:
- Vote
- Check vote
- Check election status?