eth-abiEasy Playground

Ethereum ABI encoding and decoding

Getting started with eth-abiRun locally
Install
pip install eth-abi
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: eth_abi)

eth-abi is a third-party package. Ethereum ABI encoding and decoding. Install with: pip install eth-abi

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?