Dapp for delegating donations to projects https://assemble.fund/
Go to file
perissology c66b680e0c added a few more tests 2018-03-28 15:32:02 -07:00
build re-build 2018-03-27 10:55:44 -07:00
contracts minor changes to contracts 2018-03-27 10:55:37 -07:00
js convert liquidPledging to accept a different token per pledge 2018-02-16 13:45:17 -08:00
lib add lib files 2018-03-16 07:28:04 -07:00
test added a few more tests 2018-03-28 15:32:02 -07:00
.babelrc transpile js before publishing 2017-11-20 06:48:03 -08:00
.eslintrc Adapted to runethtx 2017-07-13 19:12:45 +02:00
.gitignore add lib files 2018-03-16 07:28:04 -07:00
.npmignore public contracts dir to npm 2017-11-20 06:54:38 -08:00
.soliumignore Add Solium Linting 2017-10-26 08:45:36 +03:00
.soliumrc.json make LiquidPledgingEscapable 2017-12-05 11:58:20 -08:00
.travis.yml travis 2017-08-13 13:32:24 +02:00
LICENSE LICENSE 2017-11-23 14:49:57 +01:00
README.md readme 2017-11-19 23:30:16 -08:00
index.js export LiquidPledgingMock 2018-03-16 07:31:22 -07:00
package-lock.json update package.json 2018-03-16 07:21:54 -07:00
package.json added a few more tests 2018-03-28 15:32:02 -07:00
readme-header.png readme header png 2017-10-17 22:56:43 -07:00
yarn.lock added a few more tests 2018-03-28 15:32:02 -07:00

README.md

Liquid Pledging

Ethereum contract to delegate donations to projects.

Build Status

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

Install

  1. Click Star on this repo near the top-right corner of this web page (if you want to).
  2. Join our slack 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.
  4. 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
    
  5. Change directories to liquidpledging:
    cd liquidpledging
    

Requirements

Make sure you have NodeJS (v8.4.0 or higher) and npm (5.4.1 or higher) installed.

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 repo.

Help

Reach out to us on slack for any help or to share ideas.