From 6e4a192c6a1241df187931f7216189d2c9d9e347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Bell=C3=A9s?= <43028405+bellesmarta@users.noreply.github.com> Date: Mon, 5 Oct 2020 10:12:00 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6fd0d5..d112ed0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # Circom -Circom is a language designed to write arithmetic circuits that can be used in zero knowledge proofs. +Circom is a language designed to write arithmetic circuits that can be used in zero-knowledge proofs. In particular, it is designed to work in [zksnarks JavaScript library](https://github.com/iden3/zksnark). - ## Usage +### Circom Docs + +You can read the details of circom in [the documentation webpage](https://docs.circom.io/). + ### Tutorial A good starting point [is this tutorial](https://github.com/iden3/circom/blob/master/TUTORIAL.md)