{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Update Product Create Product Cancel
Update Shipping Zone Create Shipping Zone Cancel
Update Marketplace Launch Marketplace Cancel
Generate keys
Restore keys

Nostr support coming soon!

Update Stall Create Stall Cancel
+ Shipping Zone Create a shipping zone + Stall Create a market stall to list products on + Stall Create a market stall to list products on + Product List a product + Product List a product Create Market Makes a simple frontend shop for your stalls (not NOSTR)
Orders
Export to CSV
{% raw %} {% endraw %}
Products
Export to CSV
{% raw %} {% endraw %}
Market Stalls
Export to CSV
{% raw %} {% endraw %}
Marketplaces
Export to CSV
{% raw %} {% endraw %}
Shipping Zones
Export to CSV
{% raw %} {% endraw %}
Keys
Export to CSV
{% raw %} {{ keys[type] }}

{{ type == 'pubkey' ? 'Public Key' : 'Private Key' }}
Click to copy

{% endraw %}
LNbits Diagon Alley Extension, powered by Nostr
{% include "diagonalley/_api_docs.html" %}
Messages
How to use Diagon Alley
Create Shipping Zones you're willing to ship to. You can define different values for different zones. Create a Stall and provide private and public keys to use for communication. If you don't have one, LNbits will create a key pair for you. It will be saved and can be used on other stalls. Create your products, add a small description and an image. Choose to what stall, if you have more than one, it belongs to
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}