Smart contracts powering the Mezo gauge system and DEX, inspired by Solidly.
This project uses pnpm as a package manager (installation documentation).
To install dependencies run:
pnpm installSetup pre-commit hooks to automatically discover code issues before submitting the code.
- Install
pre-committool:brew install pre-commit
- Install the pre-commit hooks in the current repository:
pre-commit install
To test configuration or debug problems hooks can be invoked manually:
# Execute hooks for all files:
pre-commit run --all-files
# Execute hooks for specific files:
pre-commit run --files <path-to-file>