A sybil-resistant voting engine for anyone to run polls using Ethereum and POAP.
Visit www.poap.vote to view, create, and vote in Polls.
POAP is a clean client/server web app with a dash of web3.
The frontend is built with VUE and the Quasar framework. It leverages web3 for message signing, authenticating polls & votes to Ethereum accounts. Checkout the frontend README to get setup.
The backend is built with node.js and Express and backed by a Postgres database for storing poll and vote data.. Checkout the backend README to get setup.
Contributions are welcome! Simply fork the project, create a new branch from master, and open a PR. Before opening a PR, rebase your branch to master to ensure a fast forward merge is possible.