CircomJS
Javascript framework to take your Circom workflow to the moon 🚀
Last updated
Javascript framework to take your Circom workflow to the moon 🚀
Last updated
CircomJS is a javascript framework for automating and easing workflow around developing in the Circom DSL.
A Circom project can be divided into the following phases:
Writing circuits.
Building the circuits.
Consuming the builds.
The below diagram captures the workflow of a basic Circom project.
Circom JS aims to ease the process around Building
your circuits and Consuming
the builds.