If yes, are there code snippets?
I'm referring to
https://docs.aurowallet.com/general/reference/api-reference/methods/mina_signfields
#Is it possible to verify on Ethereum the result of the Auro wallet's mina_signFields() call?
5 messages · Page 1 of 1 (latest)
I believe no, because ETH use ECDSA scheme, while Mina use pallas.
But It's possible to verify eth signatures in Mina
https://github.com/o1-labs/o1js/blob/main/src/examples/crypto/README.md
Thank you for the answer. Do we have any other means to verify information from Mina on Ethereum? For example, verify ZkProgram proof on Ethereum.
I understand that bridge Mina-Ethereum will be ready soon and that there probably will be some code there that allows this, or it will be possible to put the state on the Mina account as the result of verifying the signature on Mina and then verifying this state on Ethereum using a bridge.