Documentation for Traverse - Solidity analysis tools.
brew tap calltrace/tap && brew install traverse
sol2cg contracts/*.sol -o graph.dot
dot -Tsvg graph.dot -o graph.svgThe documentation is available in the docs/ directory, covering installation, tools, integration options, and examples.
- sol2cg: Generate call graphs (DOT/Mermaid)
- sol2test: Generate Foundry tests
- sol-storage-analyzer: Map storage reads/writes
- storage-trace: Compare function storage access
- sol2bnd: Generate interface bindings
Performance: ~500ms for 17 contracts, 580 functions (Apple M3)
MIT License