What is the function for web.eth.sign in moralis
Signing a raw transaction. And Broadcasting it. How do I do it in moralis
on what version of Moralis SDK you are referring?
with moralis v2 there isnβt a way to do that, you will have to use ethers or web3 directly
How do I do it in v1 moralis
you mean in backend or in frontend (browser)?
Pls if you can help me with both example. Back and front end
you can use ethers or web3 directly in both front end and backend
I am sorry the stress. But pls can you show an example
you can find examples on this forum in other similar threads, or on google
it also depends on what technologies you use