Skip to content

Carbonvote - a voting tool for ethereum community

License

Notifications You must be signed in to change notification settings

clemsos/carbonvote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarbonVote

Requirements

  • Ruby
  • Rake
  • Bundler
  • Redis
  • Solidity 0.3.6-3fc68da (For pass contract verify at Etherscan.io)
  • Ethereum Go (Geth)

Start chain data puller

bundle exec rake pull

Start Web Server

bundle exec rackup

then visit http://localhost:9292

Q&A

Q: How to make a 0-ETH transactions with geth?

geth console
> personal.listAccounts
["your_address", ...]
> personal.unlockAccount('your_address')
> eth.sendTransaction({from: 'your_address', to: 'yes_or_no_address', value: 0})

About

Carbonvote - a voting tool for ethereum community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 29.6%
  • CSS 28.3%
  • JavaScript 24.9%
  • HTML 17.2%