Skip to content

Takes solidity code and flattens it to the format Etherscan needs for verification, all in your browser, or on the command line if you prefer.

License

Notifications You must be signed in to change notification settings

CoinageCrypto/solidifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidifier

Note: This package is deprecated. We recommend not flattening at all, but if you must flatten, we recommend Hardhat's flattener.

Legacy Info

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!

GitHub release License Supported by Coinage

Running Locally

Note: This project uses yarn.

$ git clone https://github.com/CoinageCrypto/solidifier.git
$ cd solidifier
$ yarn
$ yarn start

Building

yarn build

Your built files are now in public/.

About

Takes solidity code and flattens it to the format Etherscan needs for verification, all in your browser, or on the command line if you prefer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published