Skip to content

Carbonvote/carbonvote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 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 is a community voting tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published