Official Documentation:
👉 docs.hayek.fi/public-goods
This repository contains the open source Hayek Validator Kit. For setup, usage, and general guides, please refer to the official documentation above.
We recommend using pre-commit to automatically check your code for common issues before committing.
-
Install pre-commit (requires Python):
pip install pre-commit
-
Install the hooks:
pre-commit install
-
(Optional) Run all hooks on all files:
pre-commit run --all-files
This repository includes an .editorconfig file to help maintain consistent coding styles across different editors and IDEs.
We welcome contributions! Please read our Contributing Guidelines before opening a pull request.
- For setup and development instructions, see the official documentation.
- Please ensure your code passes all pre-commit hooks and follows the style guide.
- Keep PRs small and focused - aim for fewer than 400 lines changed per PR for faster reviews.
- Use our PR size checker:
./scripts/check-pr-size.shbefore submitting.