https://github.com/spandan114/election-voting-dapp
Voting decentralized application using solidity,web3 & react
https://github.com/spandan114/election-voting-dapp
blockchain dapp metamask smart-contracts solidity solidity-contracts truffle voting-application web3js
Last synced: 2 months ago
JSON representation
Voting decentralized application using solidity,web3 & react
- Host: GitHub
- URL: https://github.com/spandan114/election-voting-dapp
- Owner: spandan114
- Created: 2021-12-29T19:35:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T15:41:03.000Z (over 4 years ago)
- Last Synced: 2025-10-09T13:14:50.043Z (9 months ago)
- Topics: blockchain, dapp, metamask, smart-contracts, solidity, solidity-contracts, truffle, voting-application, web3js
- Language: JavaScript
- Homepage:
- Size: 562 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Election DAPP
### How to run ?
- Generate ABI\
`truffle migrate`
- Run frontend \
`cd client`
`npm run start`
### Callbacks Promises Events
```
.once('sending', function(payload){ ... })
.once('sent', function(payload){ ... })
.once('transactionHash', function(hash){ ... })
.once('receipt', function(receipt){ ... })
.on('confirmation', function(confNumber, receipt, latestBlockHash){ ... })
.on('error', function(error){ ... })
```
### Create election -

### Add candidate -

### Admin account -

### User account -