A blockchain based voting application
A blockchain based voting application that works by deploying a poll as a smart contract to the Ethereum blockchain, allowing users to join the poll via the contract’s unique address.
Install
mongod
commandnpm install -g ganache-cli
and start ganache using ganache-cli
There are two types of startup scripts included.
start-ganache.sh
that will start mongodb on port 27107, ganache on port 7545, npm on port 4200, and the spring api on 8080.
start.sh
does all of the above except for starting ganache (use if you have an ethereum client installed in your browser).
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details