BlockCatIO / solidity-flattener

A python utility to flatten Solidity code with imports into a single file.
MIT License
267 stars 98 forks source link

How do you run it on Windows #21

Open redserpent7 opened 6 years ago

redserpent7 commented 6 years ago

I try running the command line "solidity_flattener .\Crowdsale\MySale.test.sol --output .\ico-flat.sol" But I keep getting the application selector dialog.

What gives?

santiarias commented 6 years ago

hey if you have docker installed, you can use my docker wrapper on this, so you dont need to install any dependencies on your local

https://github.com/santiarias/docker-solidity-flattener