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
- Host: GitHub
- URL: https://github.com/pmuens/election
- Owner: pmuens
- License: mit
- Created: 2020-10-23T12:47:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T15:53:03.000Z (almost 5 years ago)
- Last Synced: 2025-02-17T10:47:51.272Z (8 months ago)
- Topics: ethereum, ethereum-contract, ethereum-dapp, ethereum-dapps, solidity, solidity-contracts, web3, web3js
- Language: JavaScript
- Homepage:
- Size: 506 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`)