Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmv08/safe-signature-recovery

Small script to recover an address from a signature the way Gnosis Safe does it
https://github.com/mmv08/safe-signature-recovery

Last synced: 22 days ago
JSON representation

Small script to recover an address from a signature the way Gnosis Safe does it

Awesome Lists containing this project

README

        

# safe-signature-recovery
Small script to recover an address from a signature the way Gnosis Safe does it

Uses [poetry](https://python-poetry.org/)

## Installation

```
poetry install
```

## Running the script

Edit the signature and signed hash in `main.py` and run

```
poetry run python main.py
```

and you should see the recovered address in the output