{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Hide Keys
Wellcome to Nostr Market!
In Nostr Market, merchant and customer communicate via NOSTR relays, so loss of money, product information, and reputation become far less likely if attacked.
Terms
  • merchant - seller of products with NOSTR key-pair
  • customer - buyer of products with NOSTR key-pair
  • product - item for sale by the merchant
  • stall - list of products controlled by merchant (a merchant can have multiple stalls)
  • marketplace - clientside software for searching stalls and purchasing products
Use an existing private key (hex or npub) A new key pair will be generated for you
{{SITE_TITLE}} Nostr Market Extension
{% include "nostrmarket/_api_docs.html" %}
Import Cancel
{% endblock%}{% block scripts %} {{ window_vars(user) }} {% endblock %}