How to verify messages that were signed by Smart Contract Account? #1861
Unanswered
Confucian-e
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I read verifyMessage chapter.
It says:
I know EOA can sign messages because it has private key. And Smart Contract can verify by using
ecrecover
function.But how to sign messages by Smart Contract Account, and how to verify signature using solidity?
Beta Was this translation helpful? Give feedback.
All reactions