Cryptomite is a set of tools and trackers to get the most out of your staking yields.
First major feature will be a limit trigger to exit an LP farm and liquidate the native tokens.
Originally this project started using the VueJs framework. Go to https://github.com/preginald/cryptomite-frontend for the frontend project.
This repo tracks the backend API.
- Python
- Flask
v1. Collection of static calculators
v2. Fetch prices from Polygon
v3. Send alert when limit triggered
v4. Exit farm when limit triggered
v5. Exit farm and liquidate tokens when limit triggered
- virtualenv --python python venv
- source venv/bin/activate
- pip install -r .\requirements.txt
- python main.py
- virtualenv --python python venv
- .\venv\Scripts\activate
- pip install -r .\requirements.txt
- python main.py