Gnosis Safe simple offline signer A simple tool to get signatures offline from a cold wallet.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Bingen Eguzkitza c55fb4dca4 Add install instructions to README 3年前
.gitignore Initial commit 3年前
README.md Add install instructions to README 3年前
requirements.txt Initial commit 3年前
safe_sign.py Clean logs 3年前

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.