π§Questions to ask your web3 dev team:
"Show me your test suite"
"What's your incident response plan?"
"How do you handle private key management?"
"What's your post-deployment monitoring setup?"
"Show me documentation from your last 3 projects"
βCan't answer these? Find another team.
I finally updated my Solidity Analyzer into a full web-based platform - now powered by solc-typed-ast!
You can analyze entire smart contract projects directly in your browser with full AST-level insights.
Hereβs what it can do now:
π Core Analysis Features
State Variable Mapping: Types, visibility, immutable/constant detection
Function Insights: Parameters, returns, modifiers, state mutability
Read/Write Tracking: See exactly which variables each function touches
Internal Call Graphs: Understand full function-to-function relationships
Parameter Impact Analysis: Trace how inputs affect storage
Storage Write Detection: Every sstore-like write with exact source location
Data Flow Analysis: Track parameter propagation across call chains
External Call Detection: Map calls to libraries, interfaces & contracts
βοΈ Advanced Capabilities
- ERC-7201 Storage Pointer Detection
- Inline Assembly (sstore / sload) Analysis
- Multi-contract Project Support (Hardhat & Foundry)
- Automatic Import Resolution (including OpenZeppelin)
- Interactive Simulation - Simulate function execution with custom params
πΎ Import Any Project
- Paste a single contract
- Drop an entire Hardhat/Foundry folder
- Select which contracts to analyze
- Export results as JSON or TOON
https://t.co/uUXoEsNT9a