Dapp for delegating donations to projects https://assemble.fund/
Go to file
Barry Gitarts 4b0ad681e8 add dashboard 2018-12-16 12:59:33 -05:00
app add dashboard 2018-12-16 12:59:33 -05:00
config add SetMockedTime 2018-12-10 14:44:57 -05:00
contracts add addr index to GiverAdded to filter on client side 2018-12-01 18:32:56 -05:00
js NormalOperation.js tests can now be run via embark 2018-11-15 12:22:12 -08:00
lib add Giving form 2018-11-29 15:52:24 -05:00
test add confirm payment 2018-12-07 06:52:02 -05:00
.eslintrc Adapted to runethtx 2017-07-13 19:12:45 +02:00
.eslintrc.js Updated eslint and added rules 2018-12-13 09:47:41 -05:00
.gitignore testing embark 2018-11-04 11:07:02 -08:00
.npmignore update npmignore 2018-06-29 07:18:49 -07: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 changed slack to riot 2018-05-09 15:10:47 -07:00
embark.json add dapp scafold 2018-11-28 11:12:50 -05:00
index.js make index.js point to ./lib/contracts 2018-06-16 12:58:06 -07:00
package-lock.json Updated eslint and added rules 2018-12-13 09:47:41 -05:00
package.json add dashboard 2018-12-16 12:59:33 -05:00
readme-header.png readme header png 2017-10-17 22:56:43 -07:00
yarn.lock add dashboard 2018-12-16 12:59:33 -05: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 Riot 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.