Go to file
arcbtc 410e96771e Events extension works
Little bug fix
2020-08-10 15:39:04 +01:00
.github feat: enable code scanning 2020-07-06 18:51:02 +02:00
docs Update installation.md 2020-06-22 15:15:27 +01:00
lnbits Events extension works 2020-08-10 15:39:04 +01:00
tests test: configure Travis for CI 2020-04-27 19:39:00 +02:00
.editorconfig refactor: decorators, models and more broken bits 2020-03-04 23:11:15 +01:00
.env.example Improve setup instructions and README 2020-06-12 20:58:37 +02:00
.gitattributes test: configure Travis for CI 2020-04-27 19:39:00 +02:00
.gitignore apply prettier to everything. 2020-05-03 13:55:17 -03:00
.prettierrc apply prettier to everything. 2020-05-03 13:55:17 -03:00
app.json feat: prepare for deploying to Dokku 2020-04-21 23:13:37 +02:00
Dockerfile feat: prepare for deploying to Dokku 2020-04-21 23:13:37 +02:00
LICENSE Create LICENSE 2019-12-17 21:52:52 +00:00
Makefile apply prettier to everything. 2020-05-03 13:55:17 -03:00
package-lock.json Improve setup instructions and README 2020-06-12 20:58:37 +02:00
package.json Improve setup instructions and README 2020-06-12 20:58:37 +02:00
Pipfile feat: add CORS headers 2020-05-18 23:33:07 +02:00
Pipfile.lock fix: requirements update, including lnurl bugfix 2020-08-04 19:22:24 +02:00
Procfile feat: prepare for deploying to Dokku 2020-04-21 23:13:37 +02:00
pyproject.toml refactor: add some dev files and black original code 2019-12-13 17:56:19 +01:00
README.md Update README.md 2020-08-10 11:55:15 +01:00
requirements.txt fix: requirements update, including lnurl bugfix 2020-08-04 19:22:24 +02:00

LNbits

github-actions-badge codecov-badge license-badge

Lightning network wallet

LNbits v0.1 BETA, free and open-source lightning-network wallet/accounts system

Use lnbits.com, or run your own LNbits server!

LNbits is a very simple Python server that sits on top of any funding source, and can be used as:

  • Accounts system to mitigate the risk of exposing applications to your full balance, via unique API keys for each wallet
  • Extendable platform for exploring lightning-network functionality via LNbits extension framework
  • Part of a development stack via LNbits API
  • Fallback wallet for the LNURL scheme
  • Instant wallet for LN demonstrations

The wallet can run on top of any lightning-network funding source, currently there is support for LND, CLightning, Lntxbot, LNpay, OpenNode, with more being added regularily.

See lnbits.org for more detailed documentation.

Checkout the LNbits YouTube as well.

LNbits is inspired by all the great work of opennode.com, and in particular lnpay.co. Both work as excellent funding sources for LNbits!

LNbits as an account system

LNbits is packaged with tools to help manage funds, such as a table of transactions, line chart of spending, export to csv + more to come..

Lightning network wallet

Each wallet also comes with its own API keys, to help partition the exposure of your funding source.

(LNbits M5StackSats available here https://github.com/arcbtc/M5StackSats)

lnurl ATM

LNbits as an LNURL-withdraw fallback

LNURL has a fallback scheme, so if scanned by a regular QR code reader it can default to a URL. LNbits exploits this to generate an instant wallet using the LNURL-withdraw.

lnurl fallback

Using lnbits.com/?lightning="LNURL-withdraw" will trigger a withdraw that builds an LNbits wallet. Example use would be an ATM, which utilises LNURL, if the user scans the QR with a regular QR code scanner app, they will stilll be able to access the funds.

lnurl ATM

LNbits as an insta-wallet

Wallets can be easily generated and given out to people at events (one click multi-wallet generation to be added soon). "Go to this website", has a lot less friction than "Download this app".

lnurl ATM

Running LNbits locally

See the development docs for details on installation and setup.

Tip me

If you like this project and might even use or extend it, why not send some tip love!