Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethereum/eth-account
Account abstraction library for web3.py
https://github.com/ethereum/eth-account
Last synced: 7 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-01-23T17:31:08.000Z (23 days ago)
- Last Synced: 2025-02-01T12:44:28.758Z (14 days ago)
- Language: Python
- Homepage: http://eth-account.readthedocs.io/
- Size: 1.84 MB
- Stars: 282
- Watchers: 20
- Forks: 161
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: newsfragments/304.feature.rst
- License: LICENSE
Awesome Lists containing this project
- best-of-crypto - GitHub - 16% open · ⏱️ 29.05.2024): (Smart Contract Platforms)
README
# eth-account
[![Join the conversation on Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)
[![Build Status](https://circleci.com/gh/ethereum/eth-account.svg?style=shield)](https://circleci.com/gh/ethereum/eth-account)
[![PyPI version](https://badge.fury.io/py/eth-account.svg)](https://badge.fury.io/py/eth-account)
[![Python versions](https://img.shields.io/pypi/pyversions/eth-account.svg)](https://pypi.python.org/pypi/eth-account)
[![Docs build](https://readthedocs.org/projects/eth-account/badge/?version=latest)](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).
View the [change log](https://eth-account.readthedocs.io/en/latest/release_notes.html).
## Installation
```sh
python -m pip install eth-account
```