Wholesum network is a p2p verifiable computing network tailored for ETH L2 sequencer proving
. It builds on top of Risc0, Libp2p, and decentralized storage options like Swarm and Filecoin to facilitate verifiable computing at scale. The design of the network follows a p2p parallel proving scheme where Risc0 jobs are passed around, proved, and finally combined into a final proof ready for L1 verification.
You would need to get certain environments ready for the client to function properly.
To install Risc0, please follow the following guide.
Docker runtime is needed as it is used to run Risc0
containers. This awesome guide from DigitalOcean is helpful in this regard.
Usage: segmentor [OPTIONS] --elf [ELF] --out-path [OUT_PATH] Options: -e, --elf [ELF] -p, --po2 [PO2] segment limit size [default: 20] -o, --out-path [OUT_PATH] path to write segment blobs to -h, --help Print help -V, --version Print version