Skip to content

How to sign Typed Data struct in golang? #62

Answered by evgenynacu
GV14982 asked this question in Q&A
Discussion options

You must be logged in to vote

@GV14982

Sorry for the late reply.
First I will ask some questions :)

Do you really need to sign EIP-712 on the server side? Why do you need this? Then you need to have private key on the server (which is usually on the client, inside the wallet)

If you know what you are doing, then you have some options

  1. You can try to find implementation for EIP-712 hashing on the go language
  2. Write hashing by yourself

Then you just need to sign this hash using private key

Let me know if you need more information on this

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by evgenynacu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed Tier 1 - closed
2 participants