Dapp for delegating donations to projects https://assemble.fund/
Go to file
Jonathan Rainville 2b1ffba6a4 update to Embark 4 2019-04-17 15:28:19 -04:00
app update to Embark 4 2019-04-17 15:28:19 -04:00
config update to Embark 4 2019-04-17 15:28:19 -04:00
contracts update to Embark 4 2019-04-17 15:28:19 -04: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 update to Embark 4 2019-04-17 15:28:19 -04: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 initial readme 2019-01-07 15:39:44 -05:00
babel-loader-overrides.js eject webpack config, add worker 2019-01-15 14:09:24 -05:00
embark.json update to Embark 4 2019-04-17 15:28:19 -04:00
index.js make index.js point to ./lib/contracts 2018-06-16 12:58:06 -07:00
package-lock.json update to Embark 4 2019-04-17 15:28:19 -04:00
package.json update to Embark 4 2019-04-17 15:28:19 -04:00
readme-header.png readme header png 2017-10-17 22:56:43 -07:00
webpack.config.js fix decorators not properly working 2019-01-17 12:15:17 -05:00
yarn.lock add support for project manifest 2019-02-15 13:52:51 -05:00

README.md


Gitter


Welcome to the code for the liquid-funding dapp which uses the liquidpledging contracts by Giveth, a new way to distribute donated ether while keeping ownership in the hands of the original donor.

Table of content

Install

  1. npm install
  2. npm -g install embark@4.0.0-alpha.2
  3. For development embark run or embark run {network}

Requirements

NodeJS (v8.4.0 or higher) npm (5.4.1 or higher) Embark (v4.0.0-alpha 2)