dudesahn / yearn-v3-Pendle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pendle LP Compounder Strategy for yearn V3

yearn v3 strategy that autocompounds Pendle LP positions.

Requirements

First you will need to install Foundry. NOTE: If you are on a windows machine it is recommended to use WSL

Set your environment Variables

Sign up for Infura and generate an API key and copy your RPC url. Store it in the ETH_RPC_URL environment variable. NOTE: you can use other services.

Use .env file

  1. Make a copy of .env.example
  2. Add the values for POLYGON_RPC_URL, POLYGON_API_KEY and other example vars NOTE: If you set up a global environment variable, that will take precedence.

Build the project

make build

Run tests

make test

About


Languages

Language:Solidity 99.6%Language:Makefile 0.4%