#Solana
#NFT Implementation
Our Non-transferable NFT implementation on Solana uses the SPL Token program to mint directly, rather than Metaplex's Candy Machine. We then use the in-built 'freeze' functionality of the SPL Token program to prevent transfers. We then set the freeze and mint authority to None.
See below for a full list of the instructions used to mint the NFT:
#Metadata
On Solana we follow Metaplex's NFT metadata standard
Here is an example of the JSON metadata stored off-chain referred to in the uri
field: