Skip to content

shashank065/web3-VotingDApp

Repository files navigation

Blockchain Voting System with React, Solidity, and CometChat

Blockchain Voting System with React, Solidity, and CometChat:

Game Shop

Voting System

Technology

This demo uses:

  • Metamask
  • Hardhat
  • Alchamy
  • ReactJs
  • Tailwind CSS
  • Solidity
  • EthersJs
  • Faucet

Running the demo

To run the demo follow these steps:

  1. Clone the project with the code below.

    # Make sure you have the above prerequisites installed already!
    git clone
    cd blueVotes # Navigate to the new folder.
    yarn install # Installs all the dependencies.
  2. Create an Alchemy project, copy and paste your key in the spaces below.

  3. Update the .env file with the following details.

    ENDPOINT_URL=<PROVIDER_URL>
    DEPLOYER_KEY=<YOUR_PRIVATE_KEY>
  4. Run the app using yarn start

Useful links