web3js signTransaction avec moralis v2

Hello,
Since on Moralis V2 it is no longer possible to make a transfer.

I wanted to know how I can signTransaction with web3js in order to carry out a paid transaction with my user who knows how to authenticate with Moralis? I point out that I do not know the userโ€™s private key

Thks :slight_smile:

Hi @davidzrbb

You can use other libraries like ether.js to make the transactions. Moralis v1 internally used the ether.js everything that is possible in moralis v1 sdk will also be possible with ether.js.

If you are using react project you can also have a look at wagmi package. It has some nice react hooks to create transactions.