SPL Token supports NFTs too

This commit is contained in:
Michael Vines 2020-09-17 09:25:41 -07:00 committed by mergify[bot]
parent 9edf7304d2
commit 096d3d4da5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Token program
A Fungible Token program on the Solana blockchain.
A token program on the Solana blockchain, usable for fungible and non-fungible tokens.
This program provides an interface and implementation that third parties can
utilize to create and use their tokens.