Skip to content
forked from MingxiYe/solc-DApp

A developing compiler for dApp

Notifications You must be signed in to change notification settings

H0uzC/solc-DApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solc-dApp

A developing compiler for dApp featuring:

  1. generate dependency graph for dApp.
  2. automatically switch solc version for compiling.

A Sample Graph sample

Dependency

solidity-parser=0.1.1

solc-select

graphviz=0.20.1

Usage

Command Line Interface (CLI)

Usage: python3 ./main.py <options>

Options:
  -h, --help            
  -i, --inputDir <inputDir>           the dApp's folder
  -o, --outputDir <outputDir>         the output folder(default: ./output)
  -n, --contractName <contractName>   the name of file to be compiled
  -g, --graph                         generate the dependency graph

Example

#> python3 main.py -i ./example-inputDir -g
#> python3 main.py -i ./example-inputDir -n Migrations

About

A developing compiler for dApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 74.5%
  • Python 17.7%
  • JavaScript 7.3%
  • Other 0.5%