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.
- Click Star on this repo near the top-right corner of this web page (if you want to).
- Join our slack if you haven't already.
- Fork this repo by clicking Fork button in top-right corner of this web page. Continue to follow instruction steps from your own lpp-campaign repo.
- The rest of these steps must be done from your machine's command line. Clone your own "lpp-campaign" repo:
git clone https://github.com/GITHUB_USERNAME/lpp-campaign.git
- Change directories to lpp-campaign:
cd lpp-campaign
Make sure you have NodeJS (v8.4.0 or higher) and npm (5.4.1 or higher) installed.
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
This plugin is currently being used by the Giveth dapp. Follow the instructions on the readme.
Reach out to us on slack for any help or to share ideas.