Create your own market place for multiple users using my own token

Hi Team I’m trying to create a NFt marketplace which accepts my own tokens for payment and also to create NFTS using my own token on polygon chain
Is this possible using Moralis!?
Should I create my own token first on polygon then change the market place code to accept my tokens!?
Any advice or help would be greatly appreciated!!

You can create your own NFT marketplace with solidity. There are some tutorials on how to do it with moralis.
https://www.youtube.com/results?search_query=moralis+marketplace

If you want to add a custom token for payment, I think you can implement this through the frontend/contract. So when someone purchases NFT’s the payment token is transferred to a marketplace contract address.

2 Likes

Hi @Machdata
Yes, it is possible using moralis.

The first tutorial is a bit outdated from the list.
we will be adding new videos shortly.