Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Apr 13, 2020
1 parent 16cdfcb commit 8d8fe8a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ but acts like it does.
To enable the dummy prover, run:

```sh
zksync setup
zksync dummy-prover enable
```

And after that you will be able to use the dummy prover instead of actual prover:
Expand All @@ -211,11 +211,18 @@ Be sure not to commit these changes when using the dummy prover!
If one will need to switch back to the real prover, a following command is required:

```sh
zksync disable-dummy-prover
zksync dummy-prover disable
```

This command will revert changes in the contract and redeploy it, so the actual prover will be usable again.

Also you can always check the current status of the dummy verifier:

```sh
$ zksync dummy-prover status
Dummy Verifier status: disabled
```

## Generating keys

To generate a proving key, from `server` dir run:
Expand Down

0 comments on commit 8d8fe8a

Please sign in to comment.