瀏覽代碼

Add install instructions to README

main
Bingen Eguzkitza 3 年之前
父節點
當前提交
c55fb4dca4
共有 1 個檔案被更改,包括 11 行新增1 行删除
  1. +11
    -1
      README.md

+ 11
- 1
README.md 查看文件

# Simple offline Gnosis Safe signer # 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> python3 ./safe_sign.py -s <your-safe-tx-hash> -k <your-wallet-keystore-file>

Loading…
取消
儲存