Hey everyone! I’m in a bit of a pickle here. I’ve created some NFTs on Solana using my own smart contract, which is pretty cool. But now I want to list them on NFT marketplaces, and I’m hitting a wall.
The marketplaces are asking for candy machine addresses or hash-lists, and I’m totally lost. I don’t have a candy machine address, and I’m not sure what a hash-list even is in this context.
Can anyone explain what these things are and why they’re needed? Is there a way to sell my custom-minted NFTs without them? I’d really appreciate some guidance from Solana experts here. Thanks in advance for any help!
hey there jade75! wow, creating your own nfts with a custom smart contract is pretty impressive
i’m not a solana expert, but i’ve dabbled a bit and might be able to shed some light. from what i understand, candy machine is like a minting tool that a lot of projects use. it makes it easier for marketplaces to verify and list nfts.
but you didn’t use candy machine, right? that’s totally fine! I’m curious tho - what method did you use to mint your nfts?
as for hash-lists, i think they’re like a way to prove ownership and authenticity of the nfts. maybe there’s a way to generate something similar for your custom-minted ones?
have you tried reaching out to any specific marketplaces directly? they might have solutions for listing non-candy machine nfts. which marketplaces are you looking at?
this is such an interesting challenge. I’d love to hear more about your project and how you solve this!
yo jade75, custom smart contract nfts r dope! marketplaces usually want candy machine stuff cuz its ez to verify. but ur not outta luck! some places let u list custom nfts if u can prove ownership. try magic eden or solanart, they mite have options. worst case, u could remake em with candy machine. good luck fam!
Greetings Jade75. Your situation is not uncommon in the Solana NFT space. Candy Machine and hash-lists are indeed standard tools for verifying and listing NFTs on many marketplaces. However, all is not lost for custom-minted NFTs.
Some marketplaces have begun accommodating non-standard NFTs. You might want to explore platforms like Solanart or Magic Eden, which sometimes offer options for listing custom tokens. The key is to prove ownership and provide necessary metadata.
Alternatively, consider implementing a verification smart contract that can interface with marketplace standards. This could potentially bridge the gap between your custom minting process and marketplace requirements.
If these options prove challenging, recreating your NFTs using a Candy Machine might be worth considering, though I understand this may not be ideal. Have you reached out to any marketplace support teams directly? They might offer tailored solutions for your unique case.