Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 440 Bytes

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