Sign Ethereum transactions and messages with local private keys Read thedocumentation. View thechange log. Installation python -m pip install eth-account Packages No packages published Used by13.5k + 13,506 Contributors34 + 20 contributors Languages Python97.3% Shell1.2% Other1.5%...
I see the full documentation for methods and whatnot, but on readthedocs I don't see any of that? https://eth-account.readthedocs.io/en/latest/eth_account.html Expected Result Method and class doc shows up at the link above. Environment Python version: 3.7.0 (default, Oct 2 2018, 09:...
The new sign_message depends on it so it doesn't seem it will be removed. I have been reading the documentation for eth-keys and it looks really straightforward too if I need to use it. A potential solution here would be to improve our documentation to include a section on signing arbit...
- image: cimg/python:3.11 environment: TOXENV: py311-core workflows: version: 2 test: 2 changes: 1 addition & 1 deletion 2 .project-template/fill_template_vars.py Original file line numberDiff line numberDiff line change @@ -7,7 +7,7 @@ def _find_files(project_root): path_exclude...
Repository files navigation README License eth-account Sign Ethereum transactions and messages with local private keys Read the documentation. View the change log. View the change log. Installation python -m pip install eth-accountAbout Account abstraction library for web3.py eth-account.readthedocs...