create_token
Create a new SPL token on Solana and receive its mint address. Set decimal places and simulate the transaction to verify before finalizing.
Instructions
Create a new SPL token on Solana. Returns mint address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decimals | No | Number of decimal places (0-9) | |
| simulateOnly | No | If true, only simulate | |
| authorityPrivateKey | Yes | Token authority private key (base58) — becomes mint & freeze authority |