
Setup: Run the CLI
Clone and launch the Spark CLI, powered by the Spark SDK:
CLI
Initialize your wallet
Create a wallet to serve as the issuer of your token:Example output:
CLI
CLI
Create a token
Launch your token directly on Spark:
Your token now exists on Spark. It’s ready for minting and transfers.
CLI
View Token Parameters
View Token Parameters
Human-readable name of the token.
Short symbol for the token (typically 3–6 characters).
Decimal precision used for display and arithmetic.
Hard cap on total mintable supply.
Whether the issuer can freeze or unfreeze token balances.
CLI
Mint tokens
Bring new tokens into circulation. Only the issuer wallet can mint, up to the max you set before.Example response:You can verify the token balance:
CLI
CLI
CLI
Send tokens
Tokens on Spark move instantly and cost nothing. You can choose to create a new wallet to find a sender.Then send tokens from your issuer wallet:That’s it. The transfer settles instantly on Spark.
CLI
CLI
