/voting-dapp

This project includes basic dapp information about how solidity contracts work, the contract programming logic and the content of the web3.js library.

Primary LanguageJavaScript

e-Voting DAPP

With the Ethereum-based voting project, candidates can vote through the browser and the election results can be seen. This project includes basic dapp information about how solidity contracts work, the contract programming logic and the content of the web3.js library.

Screenshots

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/emirhandikci/voting-dapp.git

Upload contract file written in Solidity to remix

  Voting.sol

Go to the project directory

  cd voting-dapp

Install dependencies

  npm install

Start the server

  npm run start