Cashu Mint
Online
{% if icon_url %}

{% else %}
{{ avatar_letter }}
{% endif %}
{{ name }}
{% if description %}
{{ description }}
{% endif %}
{% if description_long %}
{{ description_long }}
{% endif %}
{% if version %}
{{ version }}
{% endif %}
{% if motd %}
{% endif %}
{% if mint_disabled %}
Minting is currently disabled
{% endif %}
{% if melt_disabled %}
Melting is currently disabled
{% endif %}
{% if urls %}
{{ urls[0] }}
{% if urls|length > 1 %}
{% endif %}
{% endif %}
{% if units %}
Units
{% for u in units %}
{{ u }}
{% endfor %}
{% endif %}
Minting
{% if mint_disabled %}
disabled
{% else %}
{% for m in mint_methods %}
{{ m }}
{% endfor %}
{% endif %}
Melting
{% if melt_disabled %}
disabled
{% else %}
{% for m in melt_methods %}
{{ m }}
{% endfor %}
{% endif %}
{% if mint_limits %}
Mint limits
{% for lim in mint_limits %}
{{ lim }}{% if not loop.last %} · {% endif %}
{% endfor %}
{% endif %}
{% if melt_limits %}
Melt limits
{% for lim in melt_limits %}
{{ lim }}{% if not loop.last %} · {% endif %}
{% endfor %}
{% endif %}
{% if supported_features %}
{% for nut_num, feature_name in supported_features %}
{% endfor %}
{% endif %}
{% if contact %}
{% endif %}
{% if pubkey %}
{{ pubkey }}
{% endif %}