lndhub/README.md
Overtorment bf2c01a88c DOC
2018-12-08 15:47:10 +00:00

30 lines
651 B
Markdown

LndHub
======
Wrapper for Lightning Network Daemon. It provides separate accounts and trust minimization for end users
INSTALLATION
------------
```
git clone git@github.com:BlueWallet/LndHub.git
cd LndHub
npm i
```
Install `bitcoind`, `lnd` and `redis`.
Edit `config.js` and set it up correctly.
Copy `admin.macaroon` and `tls.cert` in root folder of LndHub.
### Deploy to Heroku
Add config vars :
* `CONFIG` : json serialized config object
* `MACAROON`: hex-encoded `admin.macaroon`
* `TLSCERT`: hex-encoded `tls.cert`
### Tests
Acceptance tests are in https://github.com/BlueWallet/BlueWallet/blob/master/LightningCustodianWallet.test.js