Brebaje is a zero-knowledge proof ceremony management platform for coordinating trusted setup ceremonies for zkSNARK circuits. The platform provides tools for managing ceremonies, participants, and cryptographic contributions.
Brebaje consists of three main components:
- Backend: NestJS API with SQLite database
- Frontend: Next.js web application
- CLI: Command-line interface for ceremony management
For detailed information, please refer to the documentation in the docs/ directory:
- Setup Guide: Get started with installation and configuration
- Developer Guide: Development workflow and project structure
- Contributing Guide: Guidelines for contributing to the project
- TSDoc Guide: Documentation standards for code