Synthr (mvp.synthr.io) action farming scripts
This is a personal script, with the intention of performing farming actions in the protocol Synthr, currently on Arbitrum Sepolia. I am making it open source, in case any of my friends want to tinker with it as well.
Create your virtual environment to run this script.
python3 -m venv .venv
and install requirements
source .venv/bin/activate && pip3 install -r requirements.txt
You will need to create a .env
file, just like the .env_sample
file and replace the fields with your parameters.
If you are looking for a free to use RPC URL, use Chainlist.org.
Ensure you play around with the application UI first, before running this script, such that you can tinker some of the parameters if need be (see comments).
This is GNU GENERAL PUBLIC LICENSE, do whatever you want! :). If you want to contribute in this project for some reason, just put a PR.