Browse Source

Fix tutorial

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

+ 0
- 5
TUTORIAL.md

@ -16,7 +16,6 @@ Run:
```sh ```sh
npm install -g circom npm install -g circom
npm install -g circom_runtime
npm install -g snarkjs 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 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. You may want to take a look at `witness.json` file with all the signals.
### Create the proof ### Create the proof

Loading…
Cancel
Save