WalletConnect / kotlin-walletconnect-lib

library to use WalletConnect with Kotlin or Java
MIT License
156 stars 100 forks source link

How to implement eth_signTransaction and eth_sendRawTransaction? #56

Open KorniienkoYehor opened 2 years ago

KorniienkoYehor commented 2 years ago

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

zbot473 commented 2 years ago

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

Crysis21 commented 2 years ago

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.

tsshenhua commented 2 years ago

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