Explorar el Código

Add install instructions to README

main
Bingen Eguzkitza hace 3 años
padre
commit
c55fb4dca4
Se han modificado 1 ficheros con 11 adiciones y 1 borrados
  1. +11
    -1
      README.md

+ 11
- 1
README.md Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar