diff --git a/LNbits/templates/base.html b/LNbits/templates/base.html new file mode 100644 index 0000000..87d34d0 --- /dev/null +++ b/LNbits/templates/base.html @@ -0,0 +1,244 @@ + + + + +
+ +
- LNbits is a simple, free and open-source lightning-network wallet for bits and bobs. You can run it on your own server, or use this one.
-
-The wallet can be used in a variety of ways, an instant wallet for LN demonstrations, a fallback wallet for the LNURL scheme, an accounts system to mitigate the risk of exposing applications to your full balance.
-
-The wallet can run on top of LND, lntxbot, paywall, opennode
-
-Please note that although one of the aims of this wallet is to mitigate exposure of all your funds, it’s still very BETA and may in fact do the opposite!
-
https://github.com/arcbtc/lnbits
+ LNbits is a simple, free and open-source lightning-network
+ wallet for bits and bobs. You can run it on your own server, or
+ use this one.
+
+ The wallet can be used in a variety of ways, an instant wallet
+ for LN demonstrations, a fallback wallet for the LNURL scheme,
+ an accounts system to mitigate the risk of exposing applications
+ to your full balance.
+
+ The wallet can run on top of LND, lntxbot, paywall, opennode
+
+ Please note that although one of the aims of this wallet is to
+ mitigate exposure of all your funds, it’s still very BETA and
+ may in fact do the opposite!
+
+ https://github.com/arcbtc/lnbits
+
Memo | -date | -amount | -
---|
POST /v1/invoices
{"Grpc-Metadata-macaroon": "{{ inkey }}"}
{"value": "200","memo": "beer"}
{"pay_req": string,"pay_id": string}
GET /v1/invoice/*payment_hash*
{"Grpc-Metadata-macaroon": "{{ inkey }}"}
{"PAID": "TRUE"}/{"PAID": "FALSE"}