LimeChain / etherlime

Dapp Development framework based on ethers.js
MIT License
185 stars 41 forks source link

compile and ganache commands should expose full cli commands of underlying tooling #284

Open thegostep opened 5 years ago

thegostep commented 5 years ago

for example, etherlime compile does not support optimizer, etherlime ganache does not support unlocked accounts.

It would make sense to make the CLI transparent such that it can pass these commands to the underlying package

ochikov commented 5 years ago

Thank you for your enhancement proposal. We are going to include it in the roadmap.

ochikov commented 5 years ago

Hello @thegostep, etherlime compile supports optimizer with the optional parameter --runs. You can read more about the command here

About the etherlime ganache command, I am going to include optional parameter for unlocked_accounts