Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.01 KB



A powerful Solidity static analyzer that takes a bird's eye view over your smart contracts.



Twitter Website Discord

Aderyn Core

aderyn_core is the backend infrastructure for Aderyn.

src/
├─ ast/             // Solidity AST Structs
├─ context/         // Solidity project context to be analyzed
├─ detect/          // Where Detector specifications and logic live
├─ framework/       // Foundry/Hardhat detection
├─ fscloc/          // Solidity file stats
├─ visitor/         // AST visitors