signNostrEvent
Sign any unsigned Nostr event using a private key or NIP-46 remote signer. Provide event kind, content, tags, and timestamp to produce a cryptographically signed event ready for publishing.
Instructions
Sign any unsigned Nostr event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unsignedEvent | Yes | Unsigned event template | |
| privateKey | No | Private key (nsec or hex). Optional when NOSTR_BUNKER_URI is configured. |