{% 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%}
{%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!
{% endblock %} {% block scripts %} {% endblock %}