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.
Bringing a prover node up involves few steps.
You would need to get certain environments ready for the prover node 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.
-
Lighthouse:
You would need a subscription plan from Lighthouse. Please obtain an API key, put it into a file with the following look:apiKey = 'your key'
-
Swarm: Still under develepment.
To run a prover node, you would first need to fork the following libraries and put them in the parent("..") directory of the project:
Wholesum is a P2P verifiable computing marketplace and this program is a CLI for prover nodes. Usage: prover [OPTIONS] Options: -d, --dstorage-key-file <DSTORAGE_KEY_FILE> --dev -k, --key-file <KEY_FILE> -h, --help Print help -V, --version Print version