Yearn V3 strategies for lending into Flex markets.
-
Clone the repository
git clone https://github.com/flexmeow/flex-allocator.git cd flex-allocator -
Environment setup
cp .env.example .env
# Build flex-contracts (needed once for the market-deployment test artifacts, requires vyper 0.4.3)
forge build --root lib/flex-contracts
# Build
forge build
# Test
forge test
# Format
forge fmt .