Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 452 Bytes

File metadata and controls

11 lines (8 loc) · 452 Bytes

solidify

An utility to merge hierarchy of many .sol files with imports into one

To verify contract code on etherscan.io you need to join all your contract sources to a single file. It is not that easy if you have a lot of imports. This utility takes one contract, follows all imports and merges all the files into the one.

Usage:

node index.js -i <inlude_directory> path_to_sol_file.sol > output.sol