DOC
This commit is contained in:
parent
6a4bc0f85d
commit
967662be6b
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
||||
LndHub
|
||||
======
|
||||
|
||||
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`
|
Loading…
x
Reference in New Issue
Block a user