create_token
Create a new Solana token with specified name, symbol, supply, and decimals for HR airdrop automation and role-based allocation.
Instructions
Create a new Solana token
Input Schema
Name | Required | Description | Default |
---|---|---|---|
decimals | No | Token decimals (default: 9) | |
name | Yes | Token name | |
supply | Yes | Total token supply | |
symbol | Yes | Token symbol |