/solidity-hacks

My attempt to learn about smart contract security ^_^

Primary LanguageSolidity

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