|
3 years ago | |
---|---|---|
.. | ||
mint | 3 years ago | |
README.md | 3 years ago |
https://api.devnet.solana.com/
Tokens on Solana are - like everything else on Solana - accounts! They:
How they work:
:apple: Mint Account
- stores information about the token.
:handbag: Associated Token Account
- stores a specific balance of the Mint Account (this is essentially a counter).
You can read all about tokens in Solana's official SPL Token documentation.