Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.53 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.53 KB

Blockchain-Voting-System

image

Demo👀👀

demo.mp4

Try out our Voting Dap: Click Here!

Overview💜

The Block Chain Based Voting system is a project brought by Chain-Squadron, In this we used solidty to form a smart contract and hosted it using polygon testnet.Then we used React along with Java Script to connect the contract to frontend. The working is as follows: image

Usage Requirements🤖

  1. Install Metamask Wallet (Connects You To Web3 World)!
  2. Add Polygon Mumbai Testnet (Read Here)
  3. Get Some Free Testnet Tokens From Here☂️

All Set! Welcome To Decentralized World of Web3🤩

Running VotingDapp Locally👨‍💻

Clone Repo:

git clone https://github.com/SamarthGhante/Blockchain-Voting-System.git
cd Blockchain-Voting-System

Install Dependencies:

npm install

Run The Application:

npm start

Open localhost:3000 to access the application!😎