Dapp for delegating donations to projects
https://assemble.fund/
f091a72f61 | ||
---|---|---|
app | ||
config | ||
contracts | ||
js | ||
lib | ||
test | ||
.eslintrc | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
.soliumignore | ||
.soliumrc.json | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
babel-loader-overrides.js | ||
embark.json | ||
index.js | ||
package-lock.json | ||
package.json | ||
readme-header.png | ||
webpack.config.js | ||
yarn.lock |
README.md
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
npm install
npm -g install embark@4.0.0-alpha.2
- For development
embark run
orembark run {network}
Requirements
NodeJS (v8.4.0 or higher) npm (5.4.1 or higher) Embark (v4.0.0-alpha 2)