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

"moonworm generate-brownie" print tx.info() after submitting transactions #70

Closed zomglings closed 2 years ago

zomglings commented 2 years ago

Current output is not so useful, so instead of doing print(result) in generated code, we should instead do result.info().

zomglings commented 2 years ago

Maybe this is only for --verbose mode.

Yhtiyar commented 2 years ago

resolved by #76