{% extends "public.html" %} {% block page %}
{% raw %}
{{ stall.name }}

Public Key: {{ sliceKey(stall.publickey) }} Click to copy

{% endraw %}
{% raw %} {{p.quantity}} x {{ p.name }} {{p.price}} sats {% endraw %}

Bellow are the keys needed to contact the merchant. They are stored in the browser!

{% raw %} {{ user.keys[type] }}

{{ type == 'publickey' ? 'Public Key' : 'Private Key' }}

{% endraw %}
Backup keys Download your keys Restore keys Restore keys Delete data Delete all data from browser

Export, or send, this page to another device

Click to copy
Copy URL Export, or send, this page to another device
{% endblock %} {% block scripts %} {% endblock %}