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

feat(security rules): implemented Firestore security rules #300

Closed ctrlc03 closed 1 year ago

ctrlc03 commented 1 year ago

Implemented security rules to protect data in the Firestore db. This includes test cases to verify the correctness of the security rules.

Useful read to understand Firestore rules.

fix #28