
Setup: Run the CLI
Launch the Spark CLI with a single command. Requires Node.js 20+.Or install it globally:
CLI
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
string
required
Human-readable name of the token.
string
required
Short symbol for the token (typically 3–6 characters).
number
required
Decimal precision used for display and arithmetic.
number
required
Hard cap on total mintable supply.
boolean
required
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
