The root folder of the repo includes src
subfolder with the plugin contracts.
The root-level package.json
file contains global dev-dependencies
for formatting and linting. After installing the dependencies with
yarn install
The repo uses Foundry
$ forge build
$ forge test
$ forge fmt
$ forge snapshot
$ anvil
$ cast <subcommand>
$ forge --help
$ anvil --help
$ cast --help