An open API service indexing awesome lists of open source software.

https://github.com/adzo261/community-polls-dapp

Community Polling dapp on Ethereum blockchain
https://github.com/adzo261/community-polls-dapp

blockchain dapp ethereum smart-contracts solidity solidity-dapps web3

Last synced: 2 months ago
JSON representation

Community Polling dapp on Ethereum blockchain

Awesome Lists containing this project

README

          

# Community Polls Dapp
Community Polling Dapp based on Ethereum chain.

## Preview
![Create Poll](/screenshots/createpoll.png)
![Poll](/screenshots/poll.png)
## Setup
- Clone the repo
- `npm install`
- [Install Ganache](https://trufflesuite.com/ganache/)
- [Install Metamask](https://metamask.io/)
- Select appropriate network from Metamask
- Import account from ganache into Metamask
- `truffle develop`
- `truffle migrate --reset --network ganache`
- `npm start` on another terminal instance.