Contract for generating capped milestone with reviewer for liquidpledging.
npm install lpp-capped-native-milestone> Ethereum contract for liquid pledging capped milestone plugin
Welcome to the code for the capped milestone plugin for liquid pledging. This contract sets the rules for capped milestones on the Giveth dapp.
- Getting Started
- Install
- Requirements
- Package
- Run demo
- Help
git clone https://github.com/GITHUB_USERNAME/lpp-capped-milestone.git
`
6. Change directories to lpp-capped-milestone:
`
cd lpp-capped-milestone
`$3
Make sure you have NodeJS (v8.4.0 or higher) and npm (5.4.1 or higher) installed.$3
The lpp-capped-milestone contract is published as an npm package for developer convenience. To include it as a dependency in your package.json run this from your apps root dirctory.
`
npm install lpp-capped-milestone --save
``