I saw that This app cannot validate signatures yet. #188
-
As the title says, i saw that. |
Beta Was this translation helpful? Give feedback.
Answered by
skibitsky
Mar 26, 2024
Replies: 1 comment 3 replies
-
The wallet returns a signed message as the response. To validate that this message is valid (i.e. signed by the address of the connected wallet), you need to use a third-party library such as Nethereum. Verifying a Signed Message Encoded in UTF8 Using EncodeUTF8AndEcRecover |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
matthew2099
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The wallet returns a signed message as the response. To validate that this message is valid (i.e. signed by the address of the connected wallet), you need to use a third-party library such as Nethereum.
Verifying a Signed Message Encoded in UTF8 Using EncodeUTF8AndEcRecover