CLI
Mint
List Token Holders
Update Mint Policies
-l, --lockup <seconds>
: Set lockup period in seconds-f, --frozen <boolean>
: Set default account state frozen
Create Token Account
owner
: Public key of the account owner
Freeze Token Accounts
accounts...
: A space-separated list of token account pubkeys to freeze
Unfreeze Token Accounts
accounts...
: A space-separated list of token account pubkeys to unfreeze
Issue Tokens
recipient
: Public key of the recipient’s walletamount
: Amount of tokens to mint
Burn Tokens
from
: Public key of the wallet that holds the token account to burnamount
: Amount of tokens to burn
Force Transfer Tokens
from
: Public key of the source walletto
: Public key of the destination walletamount
: Amount of tokens to transfer