Hello all
I’m studying and trying to create an NFT game
I’m studying moralis and the basic transactions that will be done in my game, like deposit token, connect metamesk, player balance, contract creation.
I am using the BSC contract, the user will deposit their in-game token to purchase in-game items with a “dummy” currency so that no gas is charged for each transaction and will also receive a dummy token in-game as a reward. After he accumulates X amount of fictitious token he will be able to claim
I wanted to understand which function I should use so that the user can claim his tokens, transforming this fictitious currency into a real token and sending it to the player’s metamesk.
If you have tutorials/videos, it helps me a lot, since I’m a little beginner in this crypto world
Thanks