https://github.com/ethereum/eth-account
Account abstraction library for web3.py
https://github.com/ethereum/eth-account
Last synced: 2 days ago
JSON representation
Account abstraction library for web3.py
- Host: GitHub
- URL: https://github.com/ethereum/eth-account
- Owner: ethereum
- License: mit
- Created: 2018-01-24T20:32:30.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T18:51:17.000Z (11 days ago)
- Last Synced: 2025-04-06T05:02:34.620Z (10 days ago)
- Language: Python
- Homepage: http://eth-account.readthedocs.io/
- Size: 1.63 MB
- Stars: 290
- Watchers: 19
- Forks: 181
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: newsfragments/README.md
- Contributing: docs/contributing.rst
- License: LICENSE
- Code of conduct: docs/code_of_conduct.rst
Awesome Lists containing this project
- best-of-crypto - GitHub - 16% open · ⏱️ 29.05.2024): (Smart Contract Platforms)
README
# eth-account
[](https://discord.gg/GHryRvPB84)
[](https://circleci.com/gh/ethereum/eth-account)
[](https://badge.fury.io/py/eth-account)
[](https://pypi.python.org/pypi/eth-account)
[](https://eth-account.readthedocs.io/en/latest/?badge=latest)Sign Ethereum transactions and messages with local private keys
Read the [documentation](https://eth-account.readthedocs.io/).
View the [change log](https://eth-account.readthedocs.io/en/latest/release_notes.html).
## Installation
```sh
python -m pip install eth-account
```