lnbits-legend/lnbits/extensions/lndhub
fiatjaf d3fc52cd49 migrate to sqlalchemy-aio.
a big refactor that:

- fixes some issues that might have happened (or not) with asynchronous
    reactions to payments;
- paves the way to https://github.com/lnbits/lnbits/issues/121;
- uses more async/await notation which just looks nice; and
- makes it simple(r?) for one extension to modify stuff from other extensions.
2020-11-21 23:02:14 -03:00
..
templates/lndhub migrate from flask to quart. 2020-09-14 16:03:25 -03:00
__init__.py migrate to sqlalchemy-aio. 2020-11-21 23:02:14 -03:00
config.json lndhub extension frontend. 2020-09-12 21:55:13 -03:00
decorators.py migrate to sqlalchemy-aio. 2020-11-21 23:02:14 -03:00
migrations.py migrate to sqlalchemy-aio. 2020-11-21 23:02:14 -03:00
README.md lndhub extension backend. 2020-09-12 21:55:13 -03:00
utils.py lndhub extension backend. 2020-09-12 21:55:13 -03:00
views_api.py migrate to sqlalchemy-aio. 2020-11-21 23:02:14 -03:00
views.py migrate to sqlalchemy-aio. 2020-11-21 23:02:14 -03: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.