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
yarn
rm -rf lib/openzeppelin-foundry-upgrades
forge install OpenZeppelin/openzeppelin-foundry-upgrades --no-commit
yarn build
$ yarn test