Skip to content

OpenTechne/contracts-attacks-with-foundry

Repository files navigation

Solidity smart contracts attacks reproduction with foundry

Attacks are reproduced using foundry test environment.

To reproduce an attack

forge test -c test/<category>/<attack> -<level of verbosity>

level of verbosity:

  • vvv: Test will prompt only logs.
  • vvvv: Test will prompt logs and execution traces.

Available attacks

Category Name
Token EIP-4626-inflation-attack

About

Ethereum smart contracts attacks reproductions with foundry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages