lnbits-legend/lnbits/extensions/lndhub
2023-01-10 09:45:12 +02:00
..
static/image Tile size standard should be 128px 2023-01-03 20:05:44 +00:00
templates/lndhub Fixes all those ugly hyperlinks 2022-12-29 23:51:18 +00:00
__init__.py initial 2022-12-31 01:46:55 +00:00
config.json Updated extension card layout 2023-01-01 18:14:20 +00:00
decorators.py refactor: remove redundant # type: ignore 2023-01-10 09:45:12 +02:00
migrations.py LNDHub loading, prob not working 2021-10-13 16:47:24 +01:00
README.md Corrected casing of LNbits (not LNBits) throughout repo 2022-11-30 14:14:31 +00:00
utils.py use bytes.fromhex/hex builtins instead of binascii.hexlify/unhexlify 2022-12-29 16:46:35 +01:00
views_api.py fix lndhub mypy issues 2023-01-04 14:01:18 +01:00
views.py fix lndhub mypy issues 2023-01-04 14:01:18 +01:00

lndhub Extension

*connect to your lnbits wallet from BlueWallet or Zeus*

Lndhub has nothing to do with lnd, it is just the name of the HTTP/JSON protocol https://bluewallet.io/ uses to talk to their Lightning custodian server at https://lndhub.io/.

Despite not having been planned to this, Lndhub because somewhat a standard for custodian wallet communication when https://t.me/lntxbot and https://zeusln.app/ implemented the same interface. And with this extension LNbits joins the same club.