Package Exports
- surya
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (surya) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Solidity Inspector (soli)
A set of utilities (currently in alpha) for inspecting the structure of Solidity contracts.
Getting Started
Install it via npm:
npm install -g soli
Command List
describe
The describe
command shows a summary of the contracts and methods in the files provided.
soli describe MyContract.sol

graph
The graph
command generates a DOT-formatted graph of the control flow.
soli graph MyContract.sol
License
GPL-3.0