mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-09 11:12:17 +00:00
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
- For development
embark run
orembark run {network}
- There is an issue with the dev environment because of the contract size
- Using
embark run rinkeby
works- You will need to either have a synced Geth node with Rinkeby (automatically started by Embark)
- Add a
deployment
section to the contract config inembarkConfig/contracts.js
(example using Infura)
- To start the CRA pipeline
npm run start
Requirements
NodeJS (v8.4.0 or higher) npm (5.4.1 or higher) Embark (v4.0.0 or higher)
Description
Languages
JavaScript
98.8%
CSS
0.8%
HTML
0.4%