An open API service indexing awesome lists of open source software.

https://github.com/pmuens/election

Election dApp with a web3-powered frontend
https://github.com/pmuens/election

ethereum ethereum-contract ethereum-dapp ethereum-dapps solidity solidity-contracts web3 web3js

Last synced: 5 months ago
JSON representation

Election dApp with a web3-powered frontend

Awesome Lists containing this project

README

          

# Election

Election dApp with a web3-powered frontend based on [the dApp Universities Tutorial](https://www.dappuniversity.com/articles/the-ultimate-ethereum-dapp-tutorial).

## Setup

1. Download and setup [Ganache](https://www.trufflesuite.com/ganache)
1. Install [MetaMask](https://metamask.io/)
1. Run `npm install`

## Development

`npx truffle migrate [--reset]`

`npx truffle console`

`npm run dev`

## Testing

`npm test` or (`npx truffle test`)