ekmanss / solidity-hacks

My attempt to learn about smart contract security ^_^

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My attempt to learn about smart contract security ^_^


Languages

Language:Solidity 96.7%Language:Makefile 3.3%