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

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

{% endraw %}
{% raw %} {{p.quantity}} x {{ p.name }} {{ getAmountFormated(p.price) }} {{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
Bookmark this page

Don't forget to bookmark this page to be able to check on your order!

You can backup your keys, and export the page to another device also.

Close
{% endblock %} {% block scripts %} {% endblock %}