Sfoglia il codice sorgente

Add install instructions to README

main
Bingen Eguzkitza 3 anni fa
parent
commit
c55fb4dca4
1 ha cambiato i file con 11 aggiunte e 1 eliminazioni
  1. +11
    -1
      README.md

+ 11
- 1
README.md Vedi 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…
Annulla
Salva