Collection Config
Once you have a marketplace config initialized, set up a collection NFT that will be used with the marketplace with initCollectionConfig
.
This only needs to be done once per collection
Create a collection NFT
Use the marketplace authority keypair to create a new collection NFT. We recommend using the @metaplex-foundation/js
library for this.
Initialize Collection Config
The collection config will be used to verify that NFTs listed on Carbon were created by you. The sellerFeeBasisPoints
and symbol
will also be used for all newly minted items via buyVirtual
.
Last updated