Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 595 Bytes

File metadata and controls

20 lines (14 loc) · 595 Bytes

Overview

This readme explains how to run the rollup using an external mock DA. Before proceeding, make sure you’ve read the main README.md, as we’ll skip explanations already covered there.

1. Start the external mock-da:

$ make clean-db
$ cargo run --bin mock-da-server --no-default-features --features="mock_da_external,mock_zkvm"

2. Start the rollup node:

$ cargo run --no-default-features --features="mock_da_external,mock_zkvm"