Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.94 KB

README.md

File metadata and controls

58 lines (42 loc) · 1.94 KB

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