So I assume you have read the theory around Zero Knowledge already. If not, read my last post. Just to summarize: Zero Knowledge is a powerful tool to prove a statement is true without revealing anything additional on the value or reasoning. Taking the most basic example: Suppose I want to prove my age is in a certain range without revealing my age, of course. Following are the steps using groth16 (zk-SNARK) and circom (I will share explanations on each step):Install circom (for creating the ...