https://github.com/ethereum/eth-abi
Ethereum ABI utilities for python
https://github.com/ethereum/eth-abi
Last synced: 6 days ago
JSON representation
Ethereum ABI utilities for python
- Host: GitHub
- URL: https://github.com/ethereum/eth-abi
- Owner: ethereum
- License: mit
- Created: 2016-02-19T20:18:56.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T17:59:03.000Z (2 months ago)
- Last Synced: 2025-04-03T03:01:42.221Z (13 days ago)
- Language: Python
- Size: 1.18 MB
- Stars: 250
- Watchers: 11
- Forks: 268
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: docs/contributing.rst
- License: LICENSE
- Code of conduct: docs/code_of_conduct.rst
Awesome Lists containing this project
- awesome-web3-tools-and-dapps - ETH ABI - Python tools for Ethereum ABI, specifically for encoding and decoding. (dApps directory / ABI Tools)
- best-of-crypto - GitHub - 20% open · ⏱️ 22.04.2024): (Smart Contract Platforms)
README
# Ethereum Contract Interface (ABI) Utility
[](https://discord.gg/GHryRvPB84)
[](https://circleci.com/gh/ethereum/eth-abi)
[](https://badge.fury.io/py/eth-abi)
[](https://pypi.python.org/pypi/eth-abi)
[](https://eth-abi.readthedocs.io/en/latest/?badge=latest)Python utilities for working with Ethereum ABI definitions, especially encoding and decoding
Read the [documentation](https://eth-abi.readthedocs.io/).
View the [change log](https://eth-abi.readthedocs.io/en/latest/release_notes.html).
## Installation
```sh
python -m pip install eth-abi
```