1.1.0 ā€¢ Published 5 years ago

solidity-steamroller v1.1.0

Weekly downloads
167
License
GPL-3.0
Repository
-
Last release
5 years ago

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

1.1.0

5 years ago

1.0.0

6 years ago