We provide a base implementation of ERC4626 that includes a simple vault. This contract is designed in a way that allows developers to easily re-configure the vault’s behavior, with minimal overrides, while staying compliant. In this guide, we will discuss some security considerations that affec...
Project Setup Guide Installation Requirements To work with and test contracts, you need to have Brownie installed. You can install Brownie via pipx, which is the recommended method: Install Brownie Please note that some packages required by Brownie do not currently have pre-built binaries compatible...