React JS Minting App

Hello, iā€™ve a question about making a React Js Dapp that makes users able to mint an NFT from my collection.
Iā€™ve seen on moralis channel that this topic is not present, your ā€œminting appā€ are app where the owner can upload photos and create nft.
Of course thereā€™s something iā€™m missing, so is Moralis able to do that?

Thank you

How do you do the minting now? Do you have the nft smart contract? Did you upload the nft metadata and images?

Iā€™ve a smart contract on polygon able to mint, i uploaded nft metadata and images on pinada ipfs and connected to smart contract.

ok, it should be easy then, now you have to call that mint function from your code, in vanilla js is Moralis.executeFunction, in react you find the documentation here: https://github.com/MoralisWeb3/react-moralis

This could be the answer? https://github.com/MoralisWeb3/react-moralis#useweb3executefunction
Because there are no videos about react moralisā€¦

there is an entire boilerplate for react: https://github.com/ethereum-boilerplate/ethereum-boilerplate

what you found in react documentation should work fine