Skip to content

pmuens/election

Repository files navigation

Election

Election dApp with a web3-powered frontend based on the dApp Universities Tutorial.

Setup

  1. Download and setup Ganache
  2. Install MetaMask
  3. Run npm install

Development

npx truffle migrate [--reset]

npx truffle console

npm run dev

Testing

npm test or (npx truffle test)