Skip to content

chaozhangdev/decentralized-voting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

Full stack project for decentralized voting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published