Circom

Circom is a circuit programming language.

The Circom language

Circom is a programming language for creating circuits for zero-knowledge proofs.

Playground on the top page offers three issues. Learn circuits written in the circom language, keeping in mind what you want to prove for each problem.

If you want to write your own circuit, start by installing circom and snarkjs on your laptop.

In our application, you can generate a proof on the cloud just by sending circom and input file. You can also process heavy processing on the cloud and manage the generated certificate data on the Web.Let's upload the circom and input file to generate a proof.

The following links are useful to help you to understand circom.

Last updated