Semaphore Protocol
Part 1: Setting up the Docker Environment
docker pull tthebc01/zksnark-playgrounddocker run -it --rm --entrypoint bash -v /path/to/circom-playground:/root/playground tthebc01/zksnark-playgroundcd /root/playground/examples/snickerdoodle-semaphorenpm install
npm run buildPart 2: The Circuit
Part 3: How to Run the Circuit
Last updated