Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.
/ LndHub Public archive
forked from BlueWallet/LndHub

Wrapper for Lightning Network Daemon. It provides separate accounts and trust minimization for end users

Notifications You must be signed in to change notification settings

lncm/LndHub

 
 

Repository files navigation

LndHub

Wrapper for Lightning Network Daemon. It provides separate accounts with minimum trust 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

Responsible disclosure

Found critical bugs/vulnerabilities? Please email them bluewallet@bluewallet.io Thanks!

About

Wrapper for Lightning Network Daemon. It provides separate accounts and trust minimization for end users

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.6%
  • HTML 37.0%
  • CSS 3.4%