First, we create an on-chain "space" to store cNFTs.
Once the space is created initially, it can be utilized until the storage capacity of the space is full.
example
import { CompressedNft } from"@solana-suite/compressed-nft";constinst=awaitCompressedNft.createSpace("7tm6RBvnYNUb4N6Pvkc4JMk1AZX...",// secret key of the space owner10000,// space size);awaitinst.submit();
space size: The available space sizes are: 8, 16,000, 1,00,000, 16,700,000, 67,000,000, 1,000,000,000