https://github.com/federicobond/soli
A set of utilities (currently in alpha) for exploring Solidity contracts
https://github.com/federicobond/soli
solidity tool
Last synced: over 1 year ago
JSON representation
A set of utilities (currently in alpha) for exploring Solidity contracts
- Host: GitHub
- URL: https://github.com/federicobond/soli
- Owner: federicobond
- License: gpl-3.0
- Created: 2018-03-22T02:53:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T08:55:27.000Z (almost 8 years ago)
- Last Synced: 2025-03-17T16:41:52.810Z (over 1 year ago)
- Topics: solidity, tool
- Language: JavaScript
- Size: 53.7 KB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solidity Inspector (soli)
####








A set of utilities (currently in alpha) for inspecting the structure of Solidity contracts.
## Getting Started
Install it via npm:
```shell
npm install -g soli
```
## Command List
### describe
The `describe` command shows a summary of the contracts and methods in the files provided.
```shell
soli describe MyContract.sol
```

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