Closed mazepas closed 2 years ago
Hey @mazepas. ~This is available in web3.py v6
which is in beta
at the moment. I honestly don't see a reason why we can't back-port this functionality to v5
as a feature as well so I can put up a PR for that. But for now, if you'd like to use account as part of AsyncEth
,~ you can try out the latest v6
beta from this list.
edit: It's actually available in the latest v5
versions already. I'd just recommend a pip install --upgrade web3
. That should do the trick. But if you want to have more async functionality, I would definitely encourage you try out the latest v6
beta version! Best of luck.
pip freeze
outputWhat was wrong?
Without async web3 work fine but I need async for my project