Note: This package is deprecated. We recommend not flattening at all, but if you must flatten, we recommend Hardhat's flattener.
Takes solidity code and flattens it into a concatenated version ready for Etherscan's verification tool, all in your browser! No server needed, no Python, nothing, just a browser and your folder of .sol
files!
Note: This project uses yarn.
$ git clone https://github.com/CoinageCrypto/solidifier.git
$ cd solidifier
$ yarn
$ yarn start
yarn build
Your built files are now in public/
.