Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mmv08/safe-signature-recovery
- Owner: mmv08
- Created: 2022-05-26T14:23:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T14:29:54.000Z (9 months ago)
- Last Synced: 2024-10-08T02:42:43.396Z (about 1 month ago)
- Language: Python
- Size: 120 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# safe-signature-recovery
Small script to recover an address from a signature the way Gnosis Safe does itUses [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