create_spl_token
Create a new SPL token on the Solana blockchain by specifying wallet authority, decimal precision, and freeze settings.
Instructions
Create a new SPL token with specified decimals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletName | Yes | Name of the wallet that will be the mint authority | |
| decimals | No | Number of decimal places for the token (default: 9) | |
| freezeAuthority | No | Whether to enable freeze authority (default: false) |