botsofcog / bot-vote

Home Page:https://bot-vote.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voting dAPP

This is a Voting dApp built with Next.js.

Maintaining high-standard privacy and preventing vote tampering can be tough when developing voting apps, but incorporating Blockchain technology into an app can help you overcome these challenges. Voting D-APP is a Blockchain Voting Application that provides data integrity, data security, reduced fraud, and improved accountability when it comes to voting. This eliminates a single point of failure and protects personal information.

You would need a metamask account to login successfully. Here is the link to the offical documentation to know how to set it up.

Run Locally

Clone the project

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

Go to the project directory

  cd voting-dapp

Install dependencies

  yarn install

Compile the smart contract:

  npx hardhat compile

Start the development server

  yarn dev

Open http://localhost:3000

Color Reference

Color Hex
Blue #4263EB #4263EB
Purple #7048E8 #7048E8
Pink #F784AD #F784AD
Black #212429 #212429

Authors

About

https://bot-vote.vercel.app


Languages

Language:JavaScript 90.7%Language:Solidity 7.4%Language:CSS 2.0%