createProfile
Create a new Nostr profile by generating a signed kind 0 event with display name, bio, picture, and payment addresses.
Instructions
Create a new Nostr profile (kind 0 event)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privateKey | Yes | Private key to sign the profile with (hex format or nsec format) | |
| name | No | Display name for the profile | |
| about | No | About/bio text for the profile | |
| picture | No | URL to profile picture | |
| nip05 | No | NIP-05 identifier (like email@domain.com) | |
| lud16 | No | Lightning address for receiving payments | |
| lud06 | No | LNURL for receiving payments | |
| website | No | Personal website URL | |
| relays | No | Optional list of relays to publish to |