diff --git a/LNbits/templates/lnurl.html b/LNbits/templates/lnurl.html new file mode 100644 index 000000000..dbf5703ba --- /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 %}