Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethereum/eth-abi
Ethereum ABI utilities for python
https://github.com/ethereum/eth-abi
Last synced: 4 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 (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T18:02:09.000Z (9 months ago)
- Last Synced: 2025-01-08T14:27:57.042Z (11 days ago)
- Language: Python
- Size: 1.14 MB
- Stars: 249
- Watchers: 13
- Forks: 269
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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
[![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-abi.svg?style=shield)](https://circleci.com/gh/ethereum/eth-abi)
[![PyPI version](https://badge.fury.io/py/eth-abi.svg)](https://badge.fury.io/py/eth-abi)
[![Python versions](https://img.shields.io/pypi/pyversions/eth-abi.svg)](https://pypi.python.org/pypi/eth-abi)
[![Docs build](https://readthedocs.org/projects/eth-abi/badge/?version=latest)](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
```