/community-polls-dapp

Community Polling dapp on Ethereum blockchain

Primary LanguageJavaScript

Community Polls Dapp

Community Polling Dapp based on Ethereum chain.

Preview

Create Poll Poll

Setup

  • Clone the repo
  • npm install
  • Install Ganache
  • Install Metamask
  • Select appropriate network from Metamask
  • Import account from ganache into Metamask
  • truffle develop
  • truffle migrate --reset --network ganache
  • npm start on another terminal instance.