From 25458cf168bce6f740d8fd3e97e41763a7289b8b Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 17 Dec 2019 15:30:10 +0000 Subject: [PATCH] Create lnurl.html --- LNbits/templates/lnurl.html | 90 +++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 LNbits/templates/lnurl.html diff --git a/LNbits/templates/lnurl.html b/LNbits/templates/lnurl.html new file mode 100644 index 0000000..dbf5703 --- /dev/null +++ b/LNbits/templates/lnurl.html @@ -0,0 +1,90 @@ + + +{% extends "base.html" %} {% block menuitems %} +
  • + Home +
  • +{% endblock %} {% block body %} + +
    + +
    + +

    +
    +

    + Warning - Wallet is still in BETA and very, very #reckless, please be + careful with your funds! +

    +
    +
    + + +
    +
    + + + + +
    +
    + +
    + +
    +
    +

    + + free and open-source lightning wallet +

    +

    + 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 +

    +
    + +
    + +
    +
    + + + +
    + +
    + +{% endblock %}