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
- Host: GitHub
- URL: https://github.com/adzo261/community-polls-dapp
- Owner: adzo261
- Created: 2022-03-29T12:45:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T04:37:56.000Z (over 4 years ago)
- Last Synced: 2025-01-28T23:10:05.454Z (over 1 year ago)
- Topics: blockchain, dapp, ethereum, smart-contracts, solidity, solidity-dapps, web3
- Language: JavaScript
- Homepage:
- Size: 598 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Community Polls Dapp
Community Polling Dapp based on Ethereum chain.
## Preview


## 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.