privacy-scaling-explorations / zk-kit.circom

A monorepo of reusable Circom circuits.
MIT License
8 stars 1 forks source link

chore: init zk-kit.circom repository #1

Closed cedoor closed 1 month ago

cedoor commented 1 month ago

This PR initializes a new repo for hosting Circom circuits, copying the circuits from the ZK-Kit repository as part of a new structure of the ZK-Kit packages. ZK-Kit will have a repository per language.

Re https://github.com/privacy-scaling-explorations/zk-kit/issues/282

0xjei commented 1 month ago

the utils package circuit aren't building from compile root script. Got the following error:

[@zk-kit/utils.circom]: Process started
[@zk-kit/utils.circom]: ===| Compiling the circuit |===
[@zk-kit/utils.circom]: Error: No such circuit in ./circuits.json
cedoor commented 1 month ago

the utils package circuit aren't building from compile root script. Got the following error:

I should have solved it! Let me know 👍🏽

0xjei commented 1 month ago

the utils package circuit aren't building from compile root script. Got the following error:

I should have solved it! Let me know 👍🏽

yes, works fine - thank you for the quick fix

cedoor commented 1 month ago

amazing, makes sense to have one package per circuit - the configs are lit, just a few nits!

Thank you so much! Applied all changes you suggested 👍🏽