mint_tokens
Mint SPL tokens and send them to a destination wallet on Solana.
Instructions
Mint SPL tokens to a destination wallet. Requires PRIVATE_KEY with mint authority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint_address | Yes | Token mint address | |
| to_address | Yes | Destination wallet address | |
| amount | Yes | Amount of tokens to mint (UI amount) | |
| network | Yes | Network — MUST be specified |