-
What are the token standards on Solana? |
Beta Was this translation helpful? Give feedback.
Answered by
Tvenus
Jul 15, 2024
Replies: 1 comment
-
Solana has several token standards, with the most common being: SPL Token: A fungible token standard similar to ERC-20. |
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
Solana has several token standards, with the most common being:
SPL Token: A fungible token standard similar to ERC-20.
SPL Non-Fungible Token (NFT): A standard for unique, indivisible tokens.