BlockCatIO / solidity-flattener

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

not working on windows #9

Open SylTi opened 6 years ago

SylTi commented 6 years ago

pip install solidity_flattener Requirement already satisfied: solidity_flattener in c:\users\sylva\appdata\local\programs\python\python37\lib\site-packages

solidity_flattener Token.sol 'solidity_flattener' n’est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes.

The solidity_flattener file in python/scripts doesn't have an extension

santiarias commented 6 years ago

hey if you have docker you can use this wrapper i created , it should solve your issue:

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