Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T08:55:27.000Z (over 6 years ago)
- Last Synced: 2024-08-09T03:10:41.540Z (5 months ago)
- Topics: solidity, tool
- Language: JavaScript
- Size: 53.7 KB
- Stars: 23
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solidity Inspector (soli)
####
![Build Status](https://img.shields.io/travis/federicobond/soli.svg)
![Coverage](https://img.shields.io/coveralls/federicobond/soli.svg)
![Downloads](https://img.shields.io/npm/dm/soli.svg)
![Downloads](https://img.shields.io/npm/dt/soli.svg)
![npm version](https://img.shields.io/npm/v/soli.svg)
![dependencies](https://img.shields.io/david/federicobond/soli.svg)
![dev dependencies](https://img.shields.io/david/dev/federicobond/soli.svg)
![License](https://img.shields.io/npm/l/soli.svg)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