Comment on page
NFT metadata completely on-chain
In this type of NFT contract, not only the token balance is on-chain, but also the metadata. Generally speaking, the Token URI of this type of NFT contract will provide an encoding format to parse the NFT metadata, such as Base64, Svg.
In summary, we use the parsing function library to complete the reading of this type of NFT metadata.
