Skip to content

WholesumNet/segmentor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small utility to segment Risc0 elfs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages