Closed valli0x closed 1 year ago
I had a problem when I was sending a transaction to ethereum:
Same issue with the generated final signature. When I try to recover the ethereum address of generated final signature from cmp.Sing operation using web3js [ Example : web3.eth.accounts.recover("hello", final_signature_from_tarus_cmp_signing), this function return the wallet_address ], then the result address is not match with the address of public key generated from cmp.KeyGen operation. I used tool to convert Publickey to ethereum address called eth_address_dump pip3 libary.
I cant sign a transaction and send it to ethereum. I think this method can help folks. https://github.com/taurusgroup/multi-party-sig/pull/87