Although the guest circuit proof is constant size, it is still big and its verify algorithm is a bit costy. In ZKWASM we have a structured layer of batching multi proofs into a simple small proof to reduce the cost of onchain verification. (Please refer to proof batch)
Here, for simplification, we use ZKWASM batcher to batch the above proof into a small one.
Suppose that your project directory is the following:
while the proofbatch.circuit.data is the verify circuit of the batcher and proofbatch.loadinfo.data describes the proof of the batching result. Since design a product ready rollup process is much more complicated than just batching a few proofs of a single circuit, please refer to advanced topics of building a rollup application for more details.