vkobel/ethereum-generate-wallet

Dependencies

Closed this issue · 4 comments

Hi!

I'm trying to use your python script, but the sha3 module looks like do not have the keccak_256() module. I've created a new python3 virtualenv, installed sha3 and ecdsa (maybe it will be a good idea to include a requirements.txt in your repo, i can to that if its for you) with the following version:

ecdsa==0.13
sha3==0.2.1

How can i make the script work?

Thanks

Sorry, i didnt notice that the correct module neede is pysha3.
Anyway, it will be a good idea to include a requirements.txt file for python

Adding requirements.txt sounds like a good idea. I would be happy to accept your pull request 😎

ok!

Thanks!