quadratic-funding / mpc-phase2-suite

The MPC suite of tools for conducting zkSNARK Phase 2 Trusted Setup ceremonies
MIT License
16 stars 6 forks source link

Optimize modularization of `setup` command #293

Closed 0xjei closed 1 year ago

0xjei commented 1 year ago

This PR will address the issue of improving the modularization of the command to ease testing activities and optimize code reuse + workflow.

This PR is mandatory for bootstrapping e2e testing as it'll be preparatory for making the command accepting configuration files for ceremonies. See #188