Skip to content

[ZK Stack] - Select the prover mode - NoProofs #847

Answered by kaymomin
virgil2019 asked this question in ZK Stack
Discussion options

You must be logged in to vote

Hi @virgil2019 - yes! By default, your setup is without a prover and uses a DummyExecutor contract. You can enable the prover by doing the following:

To initialize the prover, first use the init command:

zkstack prover init

It will guide you through the necessary configuration.

Then to run the prover:

zkstack prover run

You can refer the docs here.

On knowing if your chain is connected directly to L1 - this is usually configured during the initial setup of your ZK chain.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kaymomin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ZK Stack
Labels
zk-stack ZK Stack Question
2 participants