eth-accountEasy Playground

Ethereum account management: signing, key generation

Getting started with eth-accountRun locally
Install
pip install eth-account
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: eth_account)

eth-account is a third-party package. Ethereum account management: signing, key generation. Install with: pip install eth-account

Challenge

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