2020-05-04 17:20:36 +02:00
|
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
title: User’s Guide
|
|
|
|
|
nav_order: 1
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
2024-03-28 09:06:47 +01:00
|
|
|
|
LNbits, free and open-source Lightning Network wallet/accounts system
|
2020-05-04 17:20:36 +02:00
|
|
|
|
=====================================================================
|
|
|
|
|
|
|
|
|
|
LNbits is a very simple Python application 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
|
2024-03-28 09:06:47 +01:00
|
|
|
|
* Extendable platform for exploring Lightning Network functionality via LNbits extension framework
|
2020-05-04 17:20:36 +02:00
|
|
|
|
* Part of a development stack via LNbits API
|
|
|
|
|
* Fallback wallet for the LNURL scheme
|
|
|
|
|
* Instant wallet for LN demonstrations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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...
|