Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.23 KB

synthr-farming

image

Synthr (mvp.synthr.io) action farming scripts

Overview

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.

Getting Started

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).

Contribution

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.