-
How do I create an SPL token on Solana? |
Beta Was this translation helpful? Give feedback.
Answered by
Tvenus
Jul 15, 2024
Replies: 1 comment
-
To create an SPL token, you need to: Install the Solana CLI. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GoldTaro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To create an SPL token, you need to:
Install the Solana CLI.
Create a new token using the SPL token CLI.
Generate a new token account.
Mint tokens to the token account.