Welcome to the eth-abi documentation!
The eth-abi
library provides low level utilities for converting python
values to and from solidity’s binary ABI format.
For detailed information on ABI types and their encodings, refer to the solidity ABI specification.
Credit
Though much of the code has been revised, the eth-abi
library was
originally extracted from the pyethereum
library which was authored by
Vitalik Buterin.
Installation
python -m pip install Ethereum Contract Interface (ABI) Utility
Table of Contents
Community