Skip to content

timeless-fi/yield-daddy

Repository files navigation

Yield daddy

Gas-optimized ERC4626 wrappers for common yield-generating protocols (e.g. Aave, Compound).

Architecture

Installation

To install with DappTools:

dapp install timeless-fi/yield-daddy

To install with Foundry:

forge install timeless-fi/yield-daddy

Local development

This project uses Foundry as the development framework.

Dependencies

make install

Compilation

make build

Testing

make test