JoinColony / solidity-steamroller

🚜 Flatten your Solidity contracts with ease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solidity-steamroller

🚜 Flatten your Solidity contracts with ease.

This flattens your Solidity contracts by recursively resolving your dependencies and merging them into your contract file. Dependencies won't be included twice. Pragma statements are reduced to one and aligned to the newest version.

Why?

To verify your contracts over at Etherscan or play around with it in the remix IDE.

Install!

yarn global add solidity-steamroller

Use!

steamroller path/to/my/Contract.sol

The flattened contract is printed to stdout. Just pipe it to a file if you fancy:

steamroller path/to/my/Contract.sol > Contract_flattened.sol

Contribute!

If encountering any issues please open one at GitHub. PRs are very welcome as well.

TODO

  • Tests

License!

GPL-3.0

About

🚜 Flatten your Solidity contracts with ease

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%