Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 683 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 683 Bytes

Legit-Polls

A decentralized platform to conduct public opinion polls legitimately by leveraging the power of blockchain while enhancing awareness on crucial public matters and ensuring diversity of opinion.

Dependencies

Node JS - node

An Ethereum wallet like Metamask in your browser and set a custom RPC to https://rpc-mumbai.matic.today .

Clone the repo

$ git clone https://github.com/UltimateRoman/Legit-Polls.git
$ cd Legit-Polls

Install Truffle and other dependencies

$ npm install -g truffle
$ npm install

Run the dApp

$ truffle migrate --network matic
$ npm run start