Fix tutorial

This commit is contained in:
Jordi Baylina
2020-03-27 15:47:06 +01:00
parent eae13a94fa
commit d79d59416d

View File

@@ -16,7 +16,6 @@ Run:
```sh
npm install -g circom
npm install -g circom_runtime
npm install -g snarkjs
```
@@ -136,10 +135,6 @@ Now let's calculate the witness:
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.
You can use `circom_runtime` from your own project to calulate the witness.
You may want to take a look at `witness.json` file with all the signals.
### Create the proof