Schlagonia / v3-router

V2 strategy that uses a V3 strategy as the yield source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

V2 strategy that uses a V3 strategy as the yield source


Languages

Language:Python 58.7%Language:Solidity 39.9%Language:JavaScript 1.4%