MethodologiesBOLD Recycling CreditBOLD Recycling Credit - MvFApplication
BOLD Recycling Credit Application Overview
BOLD Recycling Credit application version 1.0.0 — rules catalog and GitHub source.
Application summary
| Property | Value |
|---|---|
| Methodology | BOLD Recycling |
| Version | 1.0.0 |
| License | LGPL-3.0 |
| Repository | github.com/carrot-foundation/methodology-rules |
Architecture
The BOLD Recycling MvA is implemented in the open-source methodology-rules monorepo. It follows the two-layer architecture shared by all BOLD methodologies:
- Shared rule libraries — Common verification logic reused across all BOLD methodologies. Located in the shared rule processors directory.
- BOLD Recycling application wrappers — Thin deployment layers that wrap shared libraries as serverless functions, located in the BOLD Recycling application directory.
Each rule is an independent serverless function that evaluates MassID documents and returns PASSED or FAILED with an explanation.
For the complete rules catalog with execution order, see Application Rules.
Source code
The repository is organized as follows:
- Shared rule libraries — libs/methodologies/bold/rule-processors/ contains the shared rule implementations used by all BOLD methodologies.
- BOLD Recycling deployments — apps/methodologies/bold-recycling/rule-processors/ contains the deployment wrappers for this methodology.
See the repository README for navigation guidance and contribution instructions.
Learn about BOLD Recycling · Learn about the framework · View rules catalog · Integration guide