Skip to content

devpavan04/eth-vote

Repository files navigation

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

Voter

alt text

About

Voting dapp powered by ethereum smart contract.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published