This repository serves as an example of tests written in a development and testing framework called Wake.
- Clone this repository
git submodule update --init --recursiveif not cloned with--recursivecd source && yarn install && cd ..to install dependencies./compile.shto generate bytecode for Solidity 0.4.24 contracts (Wake supports >= 0.6.2)wake up pytypesto generate pytypeswake testto run tests
Tested with wake version 4.6.0 and anvil version anvil 0.2.0 (42a9d34 2024-03-18T00:19:07.671827733Z).
