How to allow user to create their NFTs

Is there any ways to allow user to create their NFTs?

I’m creating a blog platform like mirror.xyz.
mirror.xyz has a feature called “Mint as NFT edition”
Which allows user to create their own NFTs.

Is it possible to do that?
I checked Ultimate NFT Programming Tutorial - FULL COURSE

I’d like to do the similar things. The difference is user can upload their own image and description into json file. And it’s visible on OpenSea.

it should be possible to do that, you need a nft smart contract where you can do that mint

1 Like

Try this How to Create Own NFT (Using Moralis) - Smart Contract Programming.

1 Like

Yeah!! This is exactly what I wanted. 100%

Thank you very much!

1 Like