Linux
Installation & setup instructions for Linux systems
sudo apt-get -y update
sudo apt-get install -y curl tar wget aria2 clang pkg-config libssl-dev jq build-essential git make ncdu cmake ninja-build protobuf-compilergit clone https://github.com/succinctlabs/sp1.git
cd sp1
git checkout v1.0.1
cd cli
cargo install --locked --path .
cd ..
cargo prove install-toolchainexport LIGHT_NODE_AUTH_TOKEN=$(celestia light auth admin --p2p.network celestia)Set up the repositories
Make a new directory for the project:
Clone & set up the blob-stream-inclusion repository:
Clone the o1js-blobstream repository:
Other System Requirements
Last updated