Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 338 Bytes

My attempt to learn about smart contract security ^_^

To use (You should have foundry installed btw )

Clone repo

    git clone <repo>

Run test

    // TEST-CONTRACT is the contract name of the test you want to run.
    // For example, ReentrancyTest
    forge test --match-contract <TEST-CONTRACT> -vvvv