Solana Suite Develpoment Guide
  • Overview
  • Features
    • Install
    • Function Driven
    • Result Type
    • Configuring settings
  • Usage
    • Airdrop in devnet
    • Compressed NFT(cNGFT)
      • Overview
      • Create a space
      • Calculate a space
      • Mint a collection
      • Mint the cNFT
    • Upload to decentrized storage
  • API Reference
  • Github
Powered by GitBook
On this page
  1. Usage
  2. Compressed NFT(cNGFT)

Overview

PreviousCompressed NFT(cNGFT)NextCreate a space

Last updated 1 year ago

@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

Create a space
Calculate a space
Mint a collection
Mint the cNFT
Find cNFT, Collection
Transfer cNFT
CompressedNft | Solana Suite API Reference