Skip to content

Instantly share code, notes, and snippets.

@didil
Last active December 28, 2017 17:41
Show Gist options
  • Save didil/f97698f8885f1a1ac6e930aa3229d87e to your computer and use it in GitHub Desktop.
Save didil/f97698f8885f1a1ac6e930aa3229d87e to your computer and use it in GitHub Desktop.
$ truffle console
truffle(regulator)> SecretBallot.deployed().then((instance) => instance.getTotalVotes(1)).then((result) => result.toNumber())
2
truffle(regulator)> SecretBallot.deployed().then((instance) => instance.getTotalVotes(2)).then((result) => result.toNumber())
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment