Hello!
In moralis v1 there were transfer tokens and nfts methods.
In moralis v2 api, i don’t see such methods. How to transfer tokens in moralis v2?
PS. I’m using moralis self hosted server migration from v1 to v2
Hello!
In moralis v1 there were transfer tokens and nfts methods.
In moralis v2 api, i don’t see such methods. How to transfer tokens in moralis v2?
PS. I’m using moralis self hosted server migration from v1 to v2
Hi @expantano,
Moralis v2 sdk does not have functions related to calling smart contract write functions. Since you are using self hosted server you can use also use the v1 sdk to call the smart contract functions.
When working with v2 sdk we use other packages like wagmi for wallet interaction, so you can also use this package to call smart contract write functions.
Wagmi docs: https://wagmi.sh/react/hooks/useContractWrite