{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
New satsdice
satsdices
{% raw %} {% endraw %}
{{SITE_TITLE}} Sats Dice extension
{% include "satsdice/_api_docs.html" %} {% include "satsdice/_lnurl.html" %}
{% raw %}
Multipler: x{{ multiValue }}, Chance of winning: {{ chanceValueCalc | percent }}
Update flip link Create satsdice Cancel

ID: {{ qrCodeDialog.data.id }}
Amount: {{ qrCodeDialog.data.amount }}
{{ qrCodeDialog.data.currency }} price: {{ fiatRates[qrCodeDialog.data.currency] ? fiatRates[qrCodeDialog.data.currency] + ' sat' : 'Loading...' }}
Accepts comments: {{ qrCodeDialog.data.comments }}
Dispatches webhook to: {{ qrCodeDialog.data.webhook }}
On success: {{ qrCodeDialog.data.success }}

{% endraw %}
Copy Satsdice LNURL Copy shareable link Launch shareable link Print Satsdice Close
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}