This open-source Web3 project leverages GitHub Actions to streamline its Continuous Integration (CI) process. The primary CI workflow is defined in `ci.yml`, which orchestrates the execution of tests. A secondary workflow, `proof-params-generate.yml`, is dedicated to the pre-generation of Groth16 parameter files, crucial for testing, and stores these as GitHub Artifacts with a 90-day retention period. This workflow runs bi-monthly to ensure parameter availability and mitigate disruptions. Additionally, the `proof-params-download` Action facilitates the retrieval of these pre-generated parameters, optimizing the dependency management for other workflows.