moonstream-to / moonworm

codegen for crypto degens and other ethereum smart contract toolkit for python
Apache License 2.0
36 stars 7 forks source link

Generated brownie interface now supports deployment from command line #26

Closed zomglings closed 2 years ago

zomglings commented 2 years ago

Changes

This PR adds a deploy command to the CLI generated using moonworm generate-brownie.

How to test these changes?

Test by generating and deploying one of the fixture contracts using moonworm generate-brownie.

Related issues