Skip to content

Perelyn-sama/solidity-hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ^_^

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published