mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-15 12:20:21 +01:00
Update README.md
This commit is contained in:
parent
d15ba01f94
commit
e226df2894
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
|
||||

|
||||
# LNbits
|
||||
Simple free and open-source Python lightning-network wallet/accounts system. Use https://lnbits.com, or run your own LNbits server!
|
||||
A free and open-source 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:
|
||||
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!
|
||||
* Fallback wallet for the LNURL scheme
|
||||
* Instant wallet for LN demonstrations
|
||||
|
@ -15,7 +15,7 @@ LNbits is still in BETA. Please report any vulnerabilities responsibly
|
|||
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..
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
Each wallet also comes with its own API keys, to help partition the exposure of your funding source.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue