Learn DEFI with Solidity This repository is for learning purposes. I use some examples from Smart Contract Programmer. Run Tests You need to install foundry-rs to run tests. Run all tests with detailed logs forge test -vvvv Run tests for a single contract: Vault forge test --match-contract Vault -vvvv