mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
Fix tutorial
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user