build_create_creator_profile_transaction
Build a Solana transaction to create an on-chain creator profile, specifying display name, fee basis points, and wallet address.
Instructions
[REQUIRES BAOZI_LIVE=1] Build transaction to create on-chain creator profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display_name | Yes | Display name (max 32 chars) | |
| creator_wallet | Yes | Creator wallet | |
| creator_fee_bps | Yes | Creator fee in basis points (max 50) |