{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %} {% raw %}
Add relay
Nostrclient
Copy address Your endpoint:
Sender Private Key:
No not use your real private key! Leave empty for a randomly generated key.
Sender Public Key:
Test Message:
Receiver Public Key:
This is the recipient of the message. Field required.
Send Message
Sent Data:
Received Data:
Nostrclient Extension

This extension is a always-on nostr client that other extensions can use to send and receive events on nostr. Add multiple nostr relays to connect to. The extension then opens a websocket for you to use at

Only Admin users can manage this extension.
{% endraw %} {% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}