You don’t need 5 tools or 5 minutes to launch a token.
On Solayer Devnet, you can create, mint, and transfer a fully functional token in under 30 seconds — all from the CLI.
Step 1: Create a new token on-chain by using
-> spl-token create-token
Step 2: Create Token Account
Since SPL tokens aren’t stored directly in your wallet like SOL, you’ll need a dedicated token account.
Create one using:
→ spl-token create-account <MINT_ADDRESS>
Step 3: Mint Tokens
To issue tokens, use...
→ spl-token mint <MINT_ADDRESS> 10000
Step 4: Transfer Tokens
With tokens minted, we move them between accounts — near-instant finality.
→ spl-token transfer <MINT_ADDRESS> 5000 <RECIPIENT_ADDRESS> --allow-unfunded-recipient --fund-recipient
Step 5: Verify the Transfer
Use spl-token balance [MINT_ADDRESS] to verify the transfer. We are checking if the tokens were transferred from the original mint address.
12.89K
57
The content on this page is provided by third parties. Unless otherwise stated, OKX is not the author of the cited article(s) and does not claim any copyright in the materials. The content is provided for informational purposes only and does not represent the views of OKX. It is not intended to be an endorsement of any kind and should not be considered investment advice or a solicitation to buy or sell digital assets. To the extent generative AI is utilized to provide summaries or other information, such AI generated content may be inaccurate or inconsistent. Please read the linked article for more details and information. OKX is not responsible for content hosted on third party sites. Digital asset holdings, including stablecoins and NFTs, involve a high degree of risk and can fluctuate greatly. You should carefully consider whether trading or holding digital assets is suitable for you in light of your financial condition.