I was wondering how to mint an NFT with Metaplex without doing MasterEdition. I want to do a simple edit with a supply of 1.
But in the Metaplex program, you have to call "CreateMasterEdition" and give the MaxSupply. And then call "MintNewEditionFromMasterEdition". However, when I go to Solsea for example and I mint an NFT, I don't have a master edition, but a simple edition.
Is it possible to mint a single edition directly? Do marketplaces, such as Solsea, mint a master edition, then create an edition from it and keep or burn the MasterEdition? I would like to understand.