{% extends "public.html" %} {% block page %} Settings
{%raw%}
{{ `${account.pubkey.slice(0, 5)}...${account.pubkey.slice(-5)}` }}
{{ accountMetadata.name }}
{%endraw%} Delete account data
Login or Create account
{%raw%} {{ profiles.get(pub).name }} {{ `${pub.slice(0, 5)}...${pub.slice(-5)}` }} {{ pub }} {%endraw%} {%raw%} {{ url }} {%endraw%} Information {%raw%} Marketplace name {{ config?.opts?.name }} {%endraw%} {%raw%} About the marketplace {{ config?.opts?.about }} {%endraw%} UI Config {%raw%} Logo {{ config?.opts?.ui?.picture }} {%endraw%} {%raw%} Banner URL {{ config?.opts?.ui?.banner }} {%endraw%} {%raw%} Theme {{ config?.opts?.ui?.theme }} {%endraw%} Copy the naddr for this configuration Edit configuration Create a new configuration
{%raw%} {{ activePage }} {%endraw%} Search for products on Nostr
Account Setup

Type your Nostr private key or generate a new one.

You can also use a Nostr-capable extension.
Is this a Public Key? If not using an Nostr capable extension, you'll have to sign events manually! Better to use a Private Key that you can delete later, or just generate an ephemeral key pair to use in the Marketplace!
Customize the Marketplace

Create an Nostr event with Market info

It will include all merchants on your merchants list and relays

Customize UI

Publish Cancel
{% endblock %} {% block scripts %} {% endblock %}