lnbits/README.md

78 lines
3.6 KiB
Markdown
Raw Permalink Normal View History

# LNbits
2020-04-27 17:01:53 +00:00
[![license-badge]](LICENSE)
[![docs-badge]][docs]
2020-04-23 20:40:51 +00:00
![Lightning network wallet](https://i.imgur.com/EHvK6Lq.png)
2020-04-27 17:01:53 +00:00
# LNbits v0.10 BETA, free and open-source Lightning wallet accounts system
2021-07-10 16:57:05 +00:00
(Join us on [https://t.me/lnbits](https://t.me/lnbits))
2022-03-01 19:07:21 +00:00
2023-01-08 11:16:39 +00:00
LNbits is beta, for responsible disclosure of any concerns please contact lnbits@pm.me
2021-07-10 16:59:14 +00:00
Use [legend.lnbits.com](https://legend.lnbits.com), or run your own LNbits server!
2023-01-08 11:16:39 +00:00
LNbits is a Python server that sits on top of any funding source. It can be used as:
2019-12-16 15:07:21 +00:00
- 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 the LNbits extension framework
- Part of a development stack via LNbits API
- Fallback wallet for the LNURL scheme
- Instant wallet for LN demonstrations
2019-12-09 21:39:02 +00:00
LNbits can run on top of any Lightning funding source. It supports LND, CLN, Eclair, Spark, LNpay, OpenNode, LightningTipBot, and with more being added regularly.
2023-03-08 17:15:58 +00:00
See [LNbits Wiki](https://github.com/lnbits/lnbits/wiki/) for more detailed documentation.
2019-12-13 14:51:40 +00:00
2020-08-10 18:27:37 +00:00
Checkout the LNbits [YouTube](https://www.youtube.com/playlist?list=PLPj3KCksGbSYG0ciIQUWJru1dWstPHshe) video series.
2020-08-10 10:54:28 +00:00
2023-01-08 11:16:39 +00:00
LNbits is inspired by all the great work of [opennode.com](https://www.opennode.com/), and in particular [lnpay.co](https://lnpay.co/). Both work as funding sources for LNbits.
2020-10-16 02:12:32 +00:00
## Running LNbits
2023-04-08 13:53:49 +00:00
See the [install guide](https://github.com/lnbits/lnbits/wiki/LNbits-Documentation#install-options) for details on installation and setup.
2019-12-16 15:07:21 +00:00
## LNbits as an account system
2019-12-09 21:39:02 +00:00
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..
2019-12-09 21:39:02 +00:00
2020-04-23 20:46:00 +00:00
![Lightning network wallet](https://i.imgur.com/w8jdGpF.png)
2019-12-09 21:39:02 +00:00
Each wallet also comes with its own API keys, to help partition the exposure of your funding source.
2019-12-16 15:07:21 +00:00
(LNbits M5StackSats available here https://github.com/arcbtc/M5StackSats)
2019-12-16 15:07:21 +00:00
2020-04-23 20:47:48 +00:00
![lnurl ATM](https://i.imgur.com/WfCg8wY.png)
2019-12-13 14:08:53 +00:00
2019-12-13 14:15:28 +00:00
## 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](https://github.com/btcontract/lnurl-rfc/blob/master/lnurl-withdraw.md).
2019-12-13 14:15:28 +00:00
2019-12-13 14:18:42 +00:00
![lnurl fallback](https://i.imgur.com/CPBKHIv.png)
2019-12-13 14:08:53 +00:00
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 still be able to access the funds.
2019-12-13 14:34:21 +00:00
![lnurl ATM](https://i.imgur.com/Gi6bn3L.jpg)
2019-12-13 14:08:53 +00:00
2023-01-08 11:16:39 +00:00
## LNbits as an instant wallet
Wallets can be easily generated and given out to people at events. "Go to this website", has a lot less friction than "Download this app".
2019-12-16 15:07:21 +00:00
2020-04-23 20:51:55 +00:00
![lnurl ATM](https://i.imgur.com/xFWDnwy.png)
2019-12-16 15:07:21 +00:00
2021-02-18 23:51:04 +00:00
## Tip us
2020-04-27 17:01:53 +00:00
2023-01-08 11:16:39 +00:00
If you like this project [send some tip love](https://legend.lnbits.com/paywall/GAqKguK5S8f6w5VNjS9DfK)!
2020-04-27 17:01:53 +00:00
[docs]: https://github.com/lnbits/lnbits/wiki
[docs-badge]: https://img.shields.io/badge/docs-lnbits.org-673ab7.svg
2020-09-03 21:02:15 +00:00
[github-mypy]: https://github.com/lnbits/lnbits/actions?query=workflow%3Amypy
[github-mypy-badge]: https://github.com/lnbits/lnbits/workflows/mypy/badge.svg
[github-tests]: https://github.com/lnbits/lnbits/actions?query=workflow%3Atests
[github-tests-badge]: https://github.com/lnbits/lnbits/workflows/tests/badge.svg
2020-04-27 17:01:53 +00:00
[codecov]: https://codecov.io/gh/lnbits/lnbits
[codecov-badge]: https://codecov.io/gh/lnbits/lnbits/branch/master/graph/badge.svg
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg