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 objectMACAROON: hex-encodedadmin.macaroonTLSCERT: hex-encodedtls.cert
Tests
Acceptance tests are in https://github.com/BlueWallet/BlueWallet/blob/master/LightningCustodianWallet.test.js
Description
				Fork of LndHub with some fixes, as well as additions for lnurl-pay support
						
						
							
								 https://lndhub.kosmos.org
							
						
						
					Languages
				
				
								
								
									JavaScript
								
								64.9%
							
						
							
								
								
									HTML
								
								29.6%
							
						
							
								
								
									CSS
								
								3.3%
							
						
							
								
								
									Shell
								
								1.2%
							
						
							
								
								
									Dockerfile
								
								1%