pmuens / election

Election dApp with a web3-powered frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Election dApp with a web3-powered frontend

License:MIT License


Languages

Language:JavaScript 98.8%Language:HTML 0.7%Language:Solidity 0.4%