/yielddaddy_contract

Primary LanguageSolidityGNU Affero General Public License v3.0AGPL-3.0

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