Fix tutorial

This commit is contained in:
Jordi Baylina
2020-03-27 09:54:14 +01:00
parent a18b603b22
commit 5d374237e1

View File

@@ -131,7 +131,7 @@ Let's create a file named `input.json`
Now let's calculate the witness:
```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.