Browse Source

Add install instructions to README

main
Bingen Eguzkitza 3 years ago
parent
commit
c55fb4dca4
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      README.md

+ 11
- 1
README.md View File

@@ -1,6 +1,16 @@
# Simple offline Gnosis Safe signer

Usage:
## 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>

Loading…
Cancel
Save