Browse Source

Fix tutorial

feature/c-tester-linux
Jordi Baylina 4 years ago
parent
commit
5d374237e1
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      TUTORIAL.md

+ 1
- 1
TUTORIAL.md

@ -131,7 +131,7 @@ Let's create a file named `input.json`
Now let's calculate the witness: Now let's calculate the witness:
```sh ```sh
snarkjs --wasm circuit.wasm --input input.json --witness witness.json
snarkjs calculatewitness --wasm circuit.wasm --input input.json --witness witness.json
``` ```
`calcwit` is part of the circom_runtime package and it's just a wrapper in JS to call the wasm module. `calcwit` is part of the circom_runtime package and it's just a wrapper in JS to call the wasm module.

Loading…
Cancel
Save