Consensys / surya

A set of utilities for exploring Solidity contracts
Apache License 2.0
1.07k stars 118 forks source link

Feature Request: CFG of Contracts only #139

Closed maurelian closed 4 years ago

maurelian commented 4 years ago

A nice way to get a feel for the system would be to simplify the current call graph diagram, so that it shows calls between contracts, without showing the functions.

This would likely look a bit more like the inheritance graph, but showing calls instead of inheritance.

tintinweb commented 4 years ago

implemented with #140