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.
- Host: GitHub
- URL: https://github.com/devpavan04/eth-vote
- Owner: devpavan04
- Created: 2019-09-26T09:53:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T23:55:56.000Z (over 3 years ago)
- Last Synced: 2023-03-05T01:53:23.259Z (about 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 3.54 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
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

### Voter
