Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giveth/liquidpledging
Liquid Pledging
https://github.com/giveth/liquidpledging
Last synced: 8 days ago
JSON representation
Liquid Pledging
- Host: GitHub
- URL: https://github.com/giveth/liquidpledging
- Owner: Giveth
- License: gpl-3.0
- Created: 2017-06-06T17:41:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T15:21:21.000Z (over 1 year ago)
- Last Synced: 2024-04-14T01:07:23.967Z (7 months ago)
- Language: Solidity
- Size: 5.47 MB
- Stars: 66
- Watchers: 13
- Forks: 39
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Liquid Pledging](readme-header.png)
> Ethereum contract to delegate donations to projects.
[![Build Status](https://travis-ci.org/Giveth/liquidpledging.svg?branch=master)](https://travis-ci.org/Giveth/liquidpledging)
Welcome to the code for the liquidpledging contract, a new way to distribute donated ether while keeping ownership in the hands of the original donor.
## Table of content
- [Table of content](#table-of-content)
- [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 [Riot](http://join.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 liquidpledging repo.
5. The rest of these steps must be done from your machine's command line. Clone your own "liquidpledging" repo:
```
git clone https://github.com/GITHUB_USERNAME/liquidpledging.git
```
6. Change directories to liquidpledging:
```
cd liquidpledging
```### 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.You will also need to install embark globally using yarn
```
npm i -g embark@next
```### Package
The liquidpledging 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 liquidpledging --save
```## Run demo
Follow the instructions on the [liquidpleding-demo](https://github.com/ojones/liquidpledging-demo) repo.
## Help
Reach out to us on [slack](http://slack.giveth.io) for any help or to share ideas.