This repo is a general framework for writing contracts and tests. It is a work in progress. This is provided as is.
Replace CONTRACT_NAME_HERE across multiple files.
This repository uses contracts from the Recon-Fuzz chimera github repo: https://github.com/Recon-Fuzz/chimera
See test/PoeUtils/BeforeAfter.sol after running command.
$ make interface
$ forge build
$ forge test
$ forge fmt
$ forge --help
$ anvil --help
$ cast --help