phil pfp
phil
@phil
I need to generate a signature via Gnosis Safe. What's the best way to do this?
0 reply
2 recasts
6 reactions

~tocwex.syndicate pfp
~tocwex.syndicate
@tocwex
https://ethereum.stackexchange.com/questions/122635/signing-messages-as-a-gnosis-safe-eip1271-support this is the basics of what you are looking for. is there something in particular you are try to do? we implemented a fair amount of this kind of thing in our %slab front end since we deal with multiple nested contracts that used signature verification for auth/approval (eg. tokenbound account -> gnosis multisig -> tokenbound account -> fungible contract). notably, there are some implementation differences (hinging around bytes vs bytes32, iirc) which can make it a little bit of a mess to make sure signature details work across different implementations.
0 reply
0 recast
0 reaction