Skip to content

calltrace/traverse-docs

Repository files navigation

Traverse Documentation

Documentation for Traverse - Solidity analysis tools.

Quick Start

brew tap calltrace/tap && brew install traverse
sol2cg contracts/*.sol -o graph.dot
dot -Tsvg graph.dot -o graph.svg

Documentation

The documentation is available in the docs/ directory, covering installation, tools, integration options, and examples.

Tools

  • 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)

Links

MIT License

About

Traverse documentation website

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published