Gnosis Safe simple offline signer A simple tool to get signatures offline from a cold wallet.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Bingen Eguzkitza c55fb4dca4 Add install instructions to README hace 3 años
.gitignore Initial commit hace 3 años
README.md Add install instructions to README hace 3 años
requirements.txt Initial commit hace 3 años
safe_sign.py Clean logs hace 3 años

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.