Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.31 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.31 KB

Wholesum network segmentor CLI

Overview

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.

Prerequisites

You would need to get certain environments ready for the client to function properly.

Risc0

To install Risc0, please follow the following guide.

Docker

Docker runtime is needed as it is used to run Risc0 containers. This awesome guide from DigitalOcean is helpful in this regard.

USAGE

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