Skip to content

mezo-org/tigris

Repository files navigation

Tigris

Smart contracts powering the Mezo gauge system and DEX, inspired by Solidly.

Development

Installation

This project uses pnpm as a package manager (installation documentation).

To install dependencies run:

pnpm install

Pre-commit hooks

Setup pre-commit hooks to automatically discover code issues before submitting the code.

  1. Install pre-commit tool:
    brew install pre-commit
  2. Install the pre-commit hooks in the current repository:
    pre-commit install

Testing pre-commit hooks

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>

About

Smart contracts powering the Mezo gauge system and DEX, inspired by Solidly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9