Go to file
2020-01-16 12:39:46 +00:00
lnbits Update __init__.py 2020-01-16 12:39:46 +00:00
tests refactor: add some dev files and black original code 2019-12-13 17:56:19 +01:00
.editorconfig refactor: add some dev files and black original code 2019-12-13 17:56:19 +01:00
.env.example ON credentials 2020-01-12 00:46:09 +00:00
.gitignore take JS out of HTML, fix transactions chart, add apipayments.time. 2019-12-14 17:26:26 -03:00
DEV.md refactor: add some dev files and black original code 2019-12-13 17:56:19 +01:00
LICENSE Create LICENSE 2019-12-17 21:52:52 +00:00
Pipfile fix: minor issues 2019-12-14 11:08:54 +01: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 2019-12-31 08:32:31 +00:00
requirements.txt chore: update requirements 2020-01-10 13:43:52 +01:00

Lightning network wallet

LNbits

Simple free and open-source Python lightning-network wallet/accounts system. Use https://lnbits.com, or run your own LNbits server!

LNbits is a very simple server that sits on top of a 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!
  • Fallback wallet for the LNURL scheme
  • Instant wallet for LN demonstrations

The wallet can run on top of any lightning-network funding source such as LND, lntxbot, paywall, opennode, etc. This first BETA release runs on top of lntxbot, other releases coming soon, although if you are impatient, it could be ported to other funding sources relatively easily. Contributors very welcome :)

LNbits is still in BETA. Please report any vulnerabilities responsibly

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 https://github.com/btcontract/lnurl-rfc/blob/master/spec.md

Adding /lnurl?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

Download this repo

LNbits uses Flask.
Feel free to contribute to the project.

Application dependencies

The application uses Pipenv to manage Python packages. While in development, you will need to install all dependencies:

$ pipenv shell
$ pipenv install --dev

You will need to set the variables in .env.example, and rename the file to .env

lnurl ATM

Running the server

$ flask run

There is an environment variable called FLASK_ENV that has to be set to development if you want to run Flask in debug mode with autoreload

Tip me

If you like this project and might even use or extend it, why not send some tip love! https://paywall.link/to/f4e4e