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