Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 581 Bytes

File metadata and controls

11 lines (10 loc) · 581 Bytes

Etherscan: https://rinkeby.etherscan.io/address/0xEE6e0664C3A344EdaC2761DcE2A730e2e345b01d#code

Tasks:

hh create --contract {contract address} --candidates {separated by commas candidates addresses} 
hh vote --contract {contract address} --pollingid {polling id} --candidateid {candidate id}
hh finish --contract {contract address} --pollingid {polling id}
hh withdraw --contract {contract address} 
hh pollingData --contract {contract address} --pollingid {polling id}
hh candidateData --contract {contract address} --pollingid {polling id} --candidateid {candidate id}