Overview

@solana-suite/compressed-nft

Compared to traditional NFTs, cNFTs have a different method of data storage. In regular NFTs, most of the metadata is stored on-chain. However, due to the expensive storage fees on Solana, cNFTs adopt an off-chain storage approach. When storing off-chain, the hash value is saved in an on-chain Merkle tree, significantly reducing costs. This approach also improves searchability.

Functions

Last updated