Nostr service plugin — decentralized protocol #38

Open
opened 2026-05-28 18:51:54 +00:00 by jmiller · 1 comment
Owner

Publish notes to the Nostr decentralized network.

Credentials:

{
  "private_key_hex": "...",
  "relays": ["wss://relay.damus.io", "wss://nos.lol"]
}

Features:

  • NIP-01 event publishing
  • Configurable relay list
  • Content kind 1 (short text note) and kind 30023 (long-form article)
  • nsec key handling
  • Signature generation
Publish notes to the Nostr decentralized network. **Credentials:** ```json { "private_key_hex": "...", "relays": ["wss://relay.damus.io", "wss://nos.lol"] } ``` **Features:** - NIP-01 event publishing - Configurable relay list - Content kind 1 (short text note) and kind 30023 (long-form article) - nsec key handling - Signature generation
Author
Owner

Branch created: feature/38-nostr-service-plugin-decentralized-proto

git fetch origin
git checkout feature/38-nostr-service-plugin-decentralized-proto
Branch created: [`feature/38-nostr-service-plugin-decentralized-proto`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/38-nostr-service-plugin-decentralized-proto) ```bash git fetch origin git checkout feature/38-nostr-service-plugin-decentralized-proto ```
Sign in to join this conversation.
Type Feature
Status
Priority Low
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#38