Tinyman exploit finder for python
There was a big tinyman exploit. You can read about it here: https://www.reddit.com/r/HEADLINECrypto/comments/rufvse/tinyman_attack_report_1/?utm_source=share&utm_medium=web2x&context=3 This script works to find exploiters for a given pool. It currently only works for ASSET/ALGO pairs but can be trivially updated for ASSET/ASSET pairs. Installation Clone the repo. Install Python3 (https://www.python.org/downloads/). Install the tinyman SDK: pip3 install git+https://github.com/tinymanorg/tinyman-py-sdk.git. Set up a developer account on https://purestake.com. Put your API key in headers.json where there is currently a placeholder. Replace your asset ID for swapping in parse_for_exploiters.py as […]
Read more