Verify Signature

To verify a signature you will need the original signed message, the signature itself and the wallet that signed it.

States

Is Signature Valid

State type - Yes/No

Will return Yes if the signature is right and No if it is wrong (if the given wallet or signature doesn't match).

Demo

Demo page here

Demo page app editor

Note! The data to verify the signature is taken from the inputs on the page, this was done for demo purpose only, you can save that data in the database and get it from there

Last updated

Was this helpful?