This repository serves as an example of tests written in a development and testing framework called Wake.
- Clone this repository
git submodule update --init --recursive
if not cloned with--recursive
cd source && npm install && cd ..
to install dependencieswake init pytypes
to generate pytypeswake test
to run tests
Tested with wake
version 4.0.0
and anvil
version 0.1.0 (25d3ce7 2023-08-01T00:20:13.496244391Z)
.
Some of the tests expect a local full node at http://localhost:8545
with the Ethereum mainnet at block 17435092
running.