Gnosis Safe simple offline signer A simple tool to get signatures offline from a cold wallet.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bingen Eguzkitza 07c9a67856 Initial commit 3 yıl önce
.gitignore Initial commit 3 yıl önce
README.md Initial commit 3 yıl önce
requirements.txt Initial commit 3 yıl önce
safe_sign.py Initial commit 3 yıl önce

README.md

Simple offline Gnosis Safe signer

Usage:

python3 ./safe_sign.py -s <your-safe-tx-hash> -k <your-wallet-keystore-file>

Main logic extracted from gnosis-py.