Staking on BSC network

Hello,

I have been searching all of your tutorials and document’s but i could find one on creating a staking dApp.

Could you please tell me where should i start for this functionality?

Is it even possible to do that with moralis?

That doesn’t depend on Moralis, you will have to make a smart contract that will handle that staking.

Thank you for replaying,

I prepared the smart contract with the help of the existing ones on bscscan but i just cant figure out how to interact it with moralis for staking future

after the contract is deployed, and you know its address and abi, then you can use Moralis.executeFunction to call a contract function:
https://docs.moralis.io/moralis-dapp/web3/web3#executefunction

Not sure what exactly you want to build, with Moralis you can do much more, for instance you can watch smart contract event and interact with contract easily. You can find more in the doc https://docs.moralis.io/introduction/readme