https://github.com/giveth/lpp-dac
LiquidPledging plugin for dacs, which mints tokens for givers
https://github.com/giveth/lpp-dac
Last synced: 10 months ago
JSON representation
LiquidPledging plugin for dacs, which mints tokens for givers
- Host: GitHub
- URL: https://github.com/giveth/lpp-dac
- Owner: Giveth
- License: gpl-3.0
- Created: 2017-11-10T21:40:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T16:20:33.000Z (over 3 years ago)
- Last Synced: 2024-12-20T23:32:39.911Z (over 1 year ago)
- Language: JavaScript
- Size: 1.36 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> Ethereum contract for liquid pledging dacs plugin
Welcome to the code for the dacs plugin for [liquid pledging](https://github.com/Giveth/lpp-dacs). This contract simply generates tokens for donations to dacs 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.
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-dacs repo.
5. The rest of these steps must be done from your machine's command line. Clone your own "lpp-dacs" repo:
```
git clone https://github.com/GITHUB_USERNAME/lpp-dacs.git
```
6. Change directories to lpp-dacs:
```
cd lpp-dacs
```
### 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-dacs 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-dacs --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.