eth-account — Easy Playground
Ethereum account management: signing, key generation
Getting started with eth-accountRun locally
Install
pip install eth-accountPython 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?