Skip to content
/ surya Public
forked from Consensys/surya

A set of utilities for exploring Solidity contracts

License

Notifications You must be signed in to change notification settings

PanicWoo/surya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidity Inspector (soli)

Build Status Coverage Downloads Downloads npm version dependencies dev dependencies License

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

About

A set of utilities for exploring Solidity contracts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.6%
  • Shell 9.5%
  • HTML 6.8%
  • Solidity 3.1%