Custom Zero Knowledge Disclosures

Galactica provides zero-knowledge circuits for standardized cases:

  • ZkKYC check for holding a valid zkKYC (circuit)

  • Age proof including ZkKYC check and age being equal or larger than a threshold given as parameter (circuit)

Developers can also create their own customized zk circuits using the circom2 framework. Galactica provides templates that can be used as building blocks for custom zk circuits.

Coming soon: More detailed guide on how to build a custom zk circuit.

Last updated