From 967662be6b3ad64876e3f5101edb547961448d86 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Tue, 4 Dec 2018 00:39:29 +0000 Subject: [PATCH] DOC --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..77e962b --- /dev/null +++ b/README.md @@ -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` \ No newline at end of file