Content pfp
Content
@
https://warpcast.com/~/channel/go
0 reply
0 recast
0 reaction

Joe Petrich 🟪 pfp
Joe Petrich 🟪
@jpetrich
Is there really no library that makes it simple to sign typed data using go? I spent a good part of the day writing go code to create an EIP712 compliant signature from Reservoir data, and it involved cobbling together go-ethereum, crypto, and my own code to get it to work.
1 reply
1 recast
1 reaction

welp 🎩🌸 pfp
welp 🎩🌸
@we
Had to do the same thing, didn't seem to be one even I looked
1 reply
0 recast
0 reaction

Joe Petrich 🟪 pfp
Joe Petrich 🟪
@jpetrich
I guess I should open source my implementation then? Or is it really a competitive advantage? That feels gross to say but why else has no one already open sourced it? I do want to look at the ethers.js/viem implementations in more detail first because I tailored mine to my use case.
1 reply
0 recast
1 reaction

welp 🎩🌸 pfp
welp 🎩🌸
@we
My intuition is that: - go devs all just go through this process to figure it out and then just move on bc it's not a big deal once you know how to do it - it's not a common enough need to bother because most usage is signed from js client and then sent onchain
2 replies
0 recast
0 reaction