Skip to content

MingxiYe/solc-DApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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