Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giveth/lpp-campaign
Ethereum contract for liquid pledging campaign plugin
https://github.com/giveth/lpp-campaign
Last synced: 8 days ago
JSON representation
Ethereum contract for liquid pledging campaign plugin
- Host: GitHub
- URL: https://github.com/giveth/lpp-campaign
- Owner: Giveth
- License: gpl-3.0
- Created: 2017-10-02T21:08:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T23:50:33.000Z (5 months ago)
- Last Synced: 2024-10-07T18:38:20.852Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://slack.giveth.io
- Size: 2.36 MB
- Stars: 3
- Watchers: 7
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![LPP Campaign~](readme-header.png)
> Ethereum contract for liquid pledging campaign plugin
Welcome to the code for the campaign plugin for [liquid pledging](https://github.com/Giveth/lpp-campaign). This contract sets the rules for campaigns on the Giveth [dapp](https://github.com/Giveth/giveth-dapp).
## Table of content
- [Getting Started](#getting-started)
- [Install](#install)
- [Requirements](#requirements)
- [Package](#package)
- [Run demo](#run-demo)
- [Help](#help)### Install
1. Click **Star** on this repo near the top-right corner of this web page (if you want to).
2. Join our [slack](http://slack.giveth.io) if you haven't already.
3. 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.
5. 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
```
6. Change directories to lpp-campaign:
```
cd lpp-campaign
```### Requirements
Make sure you have [NodeJS](https://nodejs.org/) (v8.4.0 or higher) and [npm](https://www.npmjs.com/) (5.4.1 or higher) installed.### Package
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
```## Run demo
This plugin is currently being used by the Giveth [dapp](https://github.com/Giveth/giveth-dapp). Follow the instructions on the readme.## Help
Reach out to us on [slack](http://slack.giveth.io) for any help or to share ideas.