79306412

Date: 2024-12-24 20:10:07
Score: 1.5
Natty:
Report link

The only official sdk available is written in typescript. Using that as reference, we see that the message needs to be bcs encoded before verification.

All the previous answers miss this.

You can take a look at this PR I made to implement the signature verification.

https://github.com/ordinox/sui-go-sdk/blob/3884386045745c640a34e09c2dc8e1a46d86f29c/models/signature.go#L197-L220

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ashwin Prasad