Transfering tokens using PlayFab and Moralis?

Hello Everyone! I’m actually seeking the easiest way to make token transactions and minting through Unity and Playfab. I’m trying to do a simple gamble game (for research purpose) with a matchmaking between 2 players, and the idea is winner shall get all the betted token. Since seems that moralis only have read-only functions, I’m trying to find out other solutions to work along with it.

1 Like

somehow you have to connect to a wallet, like using wallet connect and then you can use write functions

yeah, I used this project as base project https://docs.moralis.io/authentication-api/integrations/azure-playfab-nodejs-unity
I reached to connect with wallet and get my NFTs and tokens, but I’m not finding the way to call a write function. What API is used for that? btw, I’m using azure functions with .NET

there isn’t an api to use a write function, you have to use directly the library that connected to wallet connect

Oh, I see, going to check out. TY