Simple campaign plugin with reviewer for liquidpledging.
npm install @giveth/lpp-campaign> Ethereum contract for liquid pledging campaign plugin
Welcome to the code for the campaign plugin for liquid pledging. This contract sets the rules for campaigns on the Giveth dapp.
- Getting Started
- Install
- Requirements
- Package
- Run demo
- Help
git clone https://github.com/GITHUB_USERNAME/lpp-campaign.git
`
6. Change directories to lpp-campaign:
`
cd lpp-campaign
`$3
Make sure you have NodeJS (v8.4.0 or higher) and npm (5.4.1 or higher) installed.$3
The lpp-campaign 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-campaign --save
``