kotlin-walletconnect-lib icon indicating copy to clipboard operation
kotlin-walletconnect-lib copied to clipboard

How to implement eth_signTransaction and eth_sendRawTransaction?

Open KorniienkoYehor opened this issue 3 years ago • 3 comments

I have already managed to connect to the wallet(metamask). now I want sign (eth_signTransaction) and send transaction(eth_sendRawTransaction) ( use contract methods) Thanks in advance for your help

KorniienkoYehor avatar Dec 16 '21 11:12 KorniienkoYehor

FWIW, the sign method's callback doesn't fire

zbot473 avatar Dec 18 '21 16:12 zbot473

I've also tried to sign a message with wallet connect. If I sign from metamask, no callback is fired. If I deny the signing request, callback fires properly.

Crysis21 avatar Jan 25 '22 10:01 Crysis21

I've also tried to sign a message with wallet connect. If I sign from metamask, no callback is fired. If I deny the signing request, callback fires properly.

hi, I also met the same problem, how did you solve it? @Crysis21

tsshenhua avatar Jun 23 '22 03:06 tsshenhua