Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 456 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 456 Bytes

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)