Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 645 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 645 Bytes

BlockChain-VoteCasting-V2

A vote casting smart contract specifically designed to cast the vote on stacks blockchain that will help to reduce the conflicts that most of the countries like America, Pakistan, etc. face during their voting season

Setup

  1. Clone this repository by running; git clone https://github.com/AliRaza954/Blockchain-VoteCasting.git
  2. Open terminal in the directory Blockchain-VoteCasting
  3. Run command npm install to install all the necessary packages of npm to run this project
  4. Run npm run dev in the terminal to deploy server and review and live changes as you make changes or add some features into it