Skip to content

Vineethkgk18/Decentralized-Voting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BlockchainExpert - Decentralized Voting

Getting Started

To test and deploy the smart contract follow the steps below.

  1. Install Node.js
  2. Clone the repository: git clone https://github.com/algoexpert-io/Decentralized-Voting.git
  3. cd Decentralized-Voting
  4. cd backend
  5. npm install
  6. To test the contract run npx hardhat test
  7. To deploy the contract to your localhost network do the following:
    • npx hardhat node
    • npx hardhat run --network localhost ./script/deploy.js

Using the Frontend

  1. cd react_frontend
  2. npm install
  3. npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.2%
  • Solidity 17.9%
  • HTML 2.9%