Liquid Pledging Smart Contract
npm install giveth-liquidpledging-token> Ethereum contract to delegate donations to projects.

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.
- Getting Started
- Install
- Requirements
- Package
- Run demo
- Help
git clone https://github.com/GITHUB_USERNAME/liquidpledging.git
`
6. Change directories to liquidpledging:
`
cd liquidpledging
`$3
Make sure you have NodeJS (v8.4.0 or higher) and npm (5.4.1 or higher) installed.$3
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
``