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

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

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 -