Prover requires circuit keys. You can generate them manually.
RAM: 196 GB
CPU: 32 CPUs
Clone the repository to your machine
Key generation requires the same dependencies as our server.
zk
zk run plonk-setup download
zk run verify-keys gen
# Note: generated etc/env/dev.env must have the correct keys/DIR
zk run verify-keys pack
After that, generated packed key will be placed into the keys/packed
directory. You may either copy this file to your
local machine, or commit it directly to the repo.