{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Cashu mint and wallet

Here you can create multiple cashu mints that you can share. Each mint can service many users but all ecash tokens of a mint are only valid inside that mint and not across different mints. To exchange funds between mints, use Lightning payments.

Important

If you are the operator of this LNbits instance, make sure to set CASHU_PRIVATE_KEY="randomkey" in your configuration file. Do not create mints before setting the key and do not change the key once set.

Mints
Export to CSV
{% raw %} {% endraw %} New Mint
{{SITE_TITLE}} Cashu extension
{% include "cashu/_api_docs.html" %} {% include "cashu/_cashu.html" %}
Create Mint Cancel
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}