From 451b9e6bdd9ebde8f8762016c9db5c523149cf0e Mon Sep 17 00:00:00 2001 From: ETHorHIL Date: Wed, 26 Aug 2020 14:58:54 +0200 Subject: [PATCH] Update commands The commands have changed. Therefor I update them. Note that as far as I can tell the 'setup' command is also not supported anymore and makes section 3.2 obsolete --- TUTORIAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index b4a3999..eadfa60 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -86,13 +86,13 @@ snarkjs --help To show general statistics of this circuit, you can run: ```sh -snarkjs info -r circuit.r1cs +snarkjs ri circuit.r1cs ``` You can also print the constraints of the circuit by running: ```sh -snarkjs printconstraints -r circuit.r1cs -s circuit.sym +snarkjs rp circuit.r1cs ```