/quadratic-voting

An experiment in quardatic voting

Primary LanguageHTML

About

This is an prototype of quadratic voting, as inspired by this article on bees and Eric Posner's proposal.

It allows you to vote for dinner. Each voter receives the same number of tokens to vote with. You can vote for a single item more than once, but the cost of a vote increases exponentially.

In contrast with Poser's proposal, this prototype takes the opinion that each person should have the same number of tokens, rather than allowing votes to be paid for in cash.

Getting started

  • Install NodeJS
  • Run 'bower install' to install dependencies.
  • Use CodeKit or Grunt (not provided) to run the build process. -- SASS compile to same directory -- JADE compile to same directory
  • Run 'node server.js' to start a local server.