t0hka1 / Solgraph-Plus

An upgraded version of Solgraph:Display function information in the contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solgraph-Plus

$ pip install solgraphPlus
import solgraphPlus.main as main
import sys

builded=main.build(sys.argv[1])
dotGraph=main.generateDot(builded)

About

An upgraded version of Solgraph:Display function information in the contract

License:GNU General Public License v3.0


Languages

Language:Python 63.4%Language:Solidity 36.6%