zemse / create-solidity-project

Sets up a raw dependency Solidity project with one npx command.
8 stars 9 forks source link

Handling of contract files inside a directory in contracts folder. #4

Closed zemse closed 4 years ago

zemse commented 4 years ago

When we have multiple contract files, it's helpful to group them together in directories. The current compile.js cannot handle this situation, it needs to traverse all directories in contract directory and compile them.

I will work on this fix soon.