createNote
Create and sign text notes for the Nostr decentralized social network by providing content and a private key.
Instructions
Create a new kind 1 note event (unsigned)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privateKey | Yes | Private key to sign the note with (hex format or nsec format) | |
| content | Yes | Content of the note to create | |
| tags | No | Optional tags to include with the note |