Backend (PHP) to transfer tokens wallet to wallet

is it a way to do this by using moralis?

you will have to write your own code for transfer using a library like web3 and a private key

1 Like

Do you know web3.php compatible with BSC chain?

I don’t see why it wouldn’t be compatible

Hi, as per advised, i’m trying out web3.php now. but i’m a bit puzzled as how am I going to pass moralis appid in the coding as this HttpRequestManager contructor doesn’t accept argument for that

you don’t have to use a server for web3 directly, you have to use a speedy node url that you can find in https://admin.moralis.io/speedyNodes

1 Like