NFT Staking with Rewards

I have created NFTs using moralis tutorial, but i want my users to stake that NFTs for reward token.
In simple i want to give reward token for nft staking
how to do this in moralis? please help

you will have to integrate this logic in your smart contract
is not something that Moralis helps you directly, after you make that smart contract, then you can call the functions from that smart contract (it is not easy what you want to do)