Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.01 KB

File metadata and controls

24 lines (20 loc) · 1.01 KB

Ethereum Blockchain based Election/Voting app

Made using Solidity, Javascript, Truffle, Ganache on Ethereum Blockchain.

Installing Required Packages

Install npm, node, truffle suite, lite-server

Truffle suite : https://trufflesuite.com/docs/truffle/how-to/install

Installing Metamask

Install Metamask wallet and import testnet account from ganache using private key.

Metamask : https://metamask.io

Start Ethereum blockchain instance in Ganache and go to terminal being in root directory of election app and run the following commands:

truffle migrate --reset
npm run dev

1

2

3