ethpm / ethpm-cli

CLI tool for interacting with the ethPM ecosystem.
https://ethpm-cli.readthedocs.io/
MIT License
42 stars 12 forks source link

Generate contract types to automatically include sources #57

Closed njgheorghita closed 4 years ago

njgheorghita commented 4 years ago

What was wrong?

Previously, all contract types and sources available were automatically added. This is not useful when dealing with large libraries of contracts. Also, the burden is on the user to make sure that the required sources are included for each specified contract type.

Now, the user only has to specify "all available contract types" or "a comma separated list of desired contract types" to include in the manifest. The wizard will automatically include all necessary source files for all included contract types.

Cute Animal Picture

image