Skip to content

sanskarjaiswal2001/DAO-Voting

Repository files navigation

Decentralized autonomous organization for voting

Tools used : Solidity | Hardhat | Javascript | Moralis

View the deployed smartcontract on Polygonscan

Screenshots

Homescreen

Create a proposal

Proposal details page

Steps to install

  1. Clone the repository and navigate to it
git clone https://github.com/sanskarjaiswal2001/DAO-Voting
  1. Install dependencies using :
npm install
  1. Installing all the project dependencies :
npm install -g nodemon
  1. Finally run the App.js using :
npm start

or

node App.js
  1. Hardcode the eligble voter addresses in Home.js if you don't want to do the nft (ERC-1155) way