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

https://github.com/devpavan04/eth-vote

Voting dapp powered by ethereum smart contract.
https://github.com/devpavan04/eth-vote

Last synced: 8 months ago
JSON representation

Voting dapp powered by ethereum smart contract.

Awesome Lists containing this project

README

          

# **_Voting_ _DApp_**

## Steps to run the application :

### 1. Clone the repository
```
git clone https://github.com/devpavan04/eth-vote
```

### 2. Install dependencies
```
cd eth-vote
npm install
```

### 3. Start Ganache, link truffle-config.js

### 4. Compile
```
truffle compile
```

### 5. Migrate
```
truffle migrate
```

### 6. Test
```
truffle test
```

### 7. Start app
```
npm start
```

### 8. Import accounts from Ganache into Metamask to make txns

## Snapshots :

### Admin
![alt text](https://github.com/devpavan04/eth-vote/blob/master/snapshots/admin.jpg?raw=true)

### Voter

![alt text](https://github.com/devpavan04/eth-vote/blob/master/snapshots/voter.jpg?raw=true)