You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround, you may be able to copy all source code into a single solidity file and pass it to solgraph. It would be nice if you could pass it a glob for multiple input files.
I see, that's alright. It's a wonderful tool for visualisation, most of the time I can just "cat * > final.sol", remove a few lines and solgraph works. Thanks!
raineorshine
changed the title
Documentation for graphing multiple solidity files
Pass multiple solidity files
Dec 4, 2022
It seems that this enhancement has been implemented through #22.
However, I can't figure out how to run solgraph to graph multiple .sol files and output a png file with all the functions in all the contracts mapped.
Some guidance or documentation in README would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: