{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block styles %} {% endblock %} {% block scripts %} {{ window_vars(user, wallet) }} {% assets filters='rjsmin', output='__bundle__/core/chart.js', 'vendor/moment@2.24.0/moment.min.js', 'vendor/chart.js@2.9.3/chart.min.js' %} {% endassets %} {% assets filters='rjsmin', output='__bundle__/core/wallet.js', 'vendor/bolt11/utils.js', 'vendor/bolt11/decoder.js', 'vendor/vue-qrcode-reader@2.1.1/vue-qrcode-reader.min.js', 'core/js/wallet.js' %} {% endassets %} {% endblock %} {% block page %}

{% raw %}{{ fbalance }}{% endraw %} sat

Send
Receive
Transactions
Export to CSV Show chart
{% raw %} {% endraw %}
Renew keys
LNbits wallet
Wallet name: {{ wallet.name }}
Wallet ID: {{ wallet.id }}
Admin key: {{ wallet.adminkey }}
Invoice/read key: {{ wallet.inkey }}
{% include "core/_api_docs.html" %}

This whole wallet will be deleted, the funds will be UNRECOVERABLE.

Delete wallet
Create invoice Cancel
Copy invoice Close
Read invoice Cancel
Cancel
{% raw %}
{{ send.invoice.fsat }} sat

Memo: {{ send.invoice.description }}
Expire date: {{ send.invoice.expireDate }}
Hash: {{ send.invoice.hash }}

{% endraw %}
Send satoshis Cancel
Not enough funds! Cancel
{% endblock %}