buendiadas / mellow-strategy-sdk

Toolkit for creating new Univ3 strategies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDK for creating new strategies on Uniswap V3

Getting started

git clone https://github.com/mellow-finance/mellow-strategy-sdk.git
cd mellow-strategy-sdk
python3 -m venv .venv
source .venv/bin/activate
pip install poetry==1.1.13
poetry install  

About

Toolkit for creating new Univ3 strategies

License:MIT License


Languages

Language:Python 100.0%