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 API is not adding the value flag #122

Open oolumorin opened 8 months ago

oolumorin commented 8 months ago

The moonworm API is not adding the value flag (for payable methods) on the transaction_config object. After manually adding these lines, it started to work.

Brownie isn't well-maintained, and every new Python version has introduced more and more issues with dependencies and versioning. Executing transactions through moonworm-generated interfaces is also a bit slow.