Contributing

June 1, 2024 ยท View on GitHub

The codebase follows Google's C++ standard.

Some tools are required for linting, checking, and code formatting:

sudo apt install clang-format cppcheck # Or equivalent for your OS
pip install pre-commit
cd ${REPOROOT}
pre-commit install

For instructions on how to build and test Machnet, see README.md.