A PowerLedger Smart Contract to request for a New Functionality and allow holders to Up-vote or Down-vote for the Functionality based on a weightage decided by their POWR Token Holdings.
To setup the project:
-
Clone the project using the following command:
git clone https://github.com/ankurdaharwal/PowerLedger -
Install all project dependencies:
npm i -
Start a local network using ganache-cli:
ganache-cli -
Deploy the contracts using:
npm run start