{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Orders
Welcome 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
Restart Connection Reconnect to the nostrclient extension Check Status Check connection to nostrclient Status: Relays:  of connected
Publish NIP-15 Publish stalls and products Publish NIP-99 Classified listings (coming soon) Refresh NIP-15 from Nostr Sync stalls and products Refresh NIP-99 from Nostr Classified listings (coming soon) Delete NIP-15 from Nostr Remove stalls and products Delete NIP-99 from Nostr Classified listings (coming soon) First create a stall and add products.
Nostr Market
A decentralized marketplace extension for LNbits implementing the NIP-15 protocol. Create stalls, list products, and accept Lightning payments while communicating with customers via encrypted Nostr direct messages.
{% include "nostrmarket/_api_docs.html" %}
Import Cancel
Generate New Key
Public Key (npub)
Private Key (nsec)
Never share your private key!
Create Merchant Cancel
{% endblock%}{% block scripts %} {{ window_vars(user) }} {% endblock %}