Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ First we download a power of tau ceremony file:
wget https://hermez.s3-eu-west-1.amazonaws.com/powersOfTau28_hez_final_10.ptau
```

Then we create the zkey file withou any contribution
Then we create the zkey file without any contribution

```sh
snarkjs zkey new circuit.r1cs powersOfTau28_hez_final_10.ptau circuit_0000.zkey
Expand Down Expand Up @@ -155,7 +155,7 @@ Now let's calculate the witness:
snarkjs wtns calculate circuit.wasm input.json witness.wtns
```

To see the witness.wtns file, you can export it to jeson and take a look
To see the witness.wtns file, you can export it to json and take a look

```sh
snarkjs wtns export json witness.wtns witness.json
Expand Down