@godzillaba/safe-signing-cli
v1.1.1
Published
This tool allows users to specify a gnosis safe transaction batch with JSON and sign it in the browser. Signatures can then be collected and executed with this same tool.
Downloads
242
Readme
Gnosis Safe Transaction Signing Utility
This tool allows users to specify a gnosis safe transaction batch with JSON and sign it in the browser. Signatures can then be collected and executed with this same tool.
npx @godzillaba/[email protected]Transaction file sample:
[
{
"to": "0x1234567890abcdef1234567890abcdef12345678",
"value": "0",
"data": "0xabcdef",
"operation": 0
},
{
"to": "0x1234567890abcdef1234567890abcdef12345678",
"value": "0",
"data": "0x112233",
"operation": 0
}
]