A smol reference repo for using the Ape framework and a companion to this Intro to Ape blog post.
For the sake of an example, this project includes the WETH contract and tests its functionality.
- Create a new virtualenv
pip install eth-ape
ape plugins install .
ape compile
ape test