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.
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
Color | Hex |
---|---|
Blue | #4263EB |
Purple | #7048E8 |
Pink | #F784AD |
Black | #212429 |