Skip to content

This is a voting contract/DApp. It allows crypto.tickets token holders to vote

Notifications You must be signed in to change notification settings

cryptoticket/Vote1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vote1 smart contracts/DApp

This is a voting contract/DApp. It allows token holders to vote.

The approach is opposite to CarbonVote. We do not require any token transfers. Just own some tokens and call vote method.

To run tests:

npm install
npm install -g mocha

# In one window
node_modules/.bin/testrpc --port 8989 --gasLimit 10000000

# In another window
./run_tests.sh

About

This is a voting contract/DApp. It allows crypto.tickets token holders to vote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.7%
  • JavaScript 3.2%
  • Shell 0.1%