Open akiraonstarknet opened 3 months ago
I would like to work on this issue.
@ManvithaMolakala The project structure can be better. Broadly, u may need to modularize the project as
- src
- utils
- ekubo_math.py # put general ekubo related formulae here (e.g. conversions, liquidity math, etc)
- data
- ekubo_data.py # write a class with various functions in a generic way that allows one to download data of liquidity, swaps for any pool
- strategies
- ekubo
- base.py # used to write generic logic of strategy related code. Given any pool information, it can compute necessary things
- eth_wsteth.py # uses functions from base.py, utils, etc. to present this pool specific strategy output
Context
Methodology
Expected output
_
_