eth-brownieEasy Playground

Smart contract development and testing framework for Ethereum

Getting started with eth-brownieRun locally
Install
pip install eth-brownie
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: eth_brownie)

eth-brownie is a third-party package. Smart contract development and testing framework for Ethereum. Install with: pip install eth-brownie

Challenge

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