Browse Source

Merge pull request #22 from 0xGabi/patch-1

Small typo fixes
feature/witness_bin
Jordi Baylina 5 years ago
committed by GitHub
parent
commit
6611f2f024
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      TUTORIAL.md

+ 2
- 4
TUTORIAL.md

@ -65,8 +65,6 @@ We are now ready to compile the circuit. Run the following command:
```sh
circom circuit.circom -o circuit.json
// Which is equivalent to "circom circuit.circom -o circuit.json"
```
to compile the circuit to a file named `circuit.json`
@ -86,13 +84,13 @@ snarkjs --help
To show general statistics of this circuit, you can run:
```sh
snarkjs printconstraints -c circuit.json
snarkjs info -c circuit.json
```
You can also print the constraints of the circuit by running:
```sh
snarkjs info -c circuit.json
snarkjs printconstraints -c circuit.json
```

Loading…
Cancel
Save