📄️ Overview
The majority of NFT standards on Solana are built on top of SPL Token, which is primarily a fungible token program. A non-fungible is created by adding restrictions to fungible mints – i.e., for a mint to be considered "non-fungible", it must have supply 1, decimals 0 and no mint authority. As a consequence, NFT standards carry "baggage" from the requirements of fungibles to represent non-fungibles. For example, non-fungibles have a supply of 1 by definition, but you still need a separate mint and token accounts.
📄️ Features
Nifty Asset is a fully-featured digital asset standard for Solana. It is lightweight and efficient, designed to offer a small footprint (compute units consumption) and be highly flexible. The main features of the standard are:
📄️ Asset Account
Nifty Asset accounts represent non-fungible digital assets that are the heart of the Nifty standard. Each asset is represented by a single account: Asset. Here we examine their make up and features in-depth.
🗃️ Extensions
11 items
🗃️ Instructions
18 items