/v3-router

V2 strategy that uses a V3 strategy as the yield source

Primary LanguagePython

V3 Router

V2 strategy that routes funds to a V3 Vault

How to start using Ape

Fork this repo

git clone https://github.com/user/v3-router

cd v3-router

Set up your virtual enviorment

python3 -m venv venv

source venv/bin/acitvate

Install Ape and all dependencies

pip install -r requirements.txt

yarn

ape plugins install .

ape compile

ape test

Set your enviorment Variables

export WEB3_INFURA_PROJECT_ID=yourInfuraApiKey

See the ApeWorx documentation and github for more information.