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 c55fb4dca4 Add install instructions to README 3 anni fa
.gitignore Initial commit 3 anni fa
README.md Add install instructions to README 3 anni fa
requirements.txt Initial commit 3 anni fa
safe_sign.py Clean logs 3 anni fa

README.md

Simple offline Gnosis Safe signer

Install

git clone https://gitlab.com/bingen/gnosis-offline-signer.git
cd gnosis-offline-signer
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt

Usage:

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

Main logic extracted from gnosis-py.