README.md 475 B

Create a New NFT Mint

:notebook_with_decorative_cover: Note: This example is built off of Mint Token and Mint Token To. If you get stuck, check out those examples.


An NFT is obviously just a token on Solana! So, the process is the same for creating an NFT. There's just a few additional steps:

  • Decimals are set to 0
  • Minting must be disabled after one token is minted (ie. cap the supply at 1).