Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit c8c8a7b

Browse files
committed
add local-da setup instructions for quickstart guide
1 parent caf4e76 commit c8c8a7b

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

guides/quick-start.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,31 @@ rollkit git sha: cd1970de
3636
To initialize a sovereign rollup node, execute the following command:
3737

3838
```bash
39-
testapp init --rollkit.node.aggregator --rollkit.signer.passphrase verysecretpass
39+
testapp init --rollkit.node.aggregator --rollkit.signer.passphrase secret
4040
```
4141

4242
## 🚀 Run your sovereign rollup node
4343

44+
Now that we have our testapp generated and installed, we can launch our rollup along with the local DA by running the following command:
45+
46+
First lets start the local DA network:
47+
48+
```bash
49+
curl -sSL https://rollkit.dev/install-local-da.sh | bash -s {{constants.rollkitLatestTag}}
50+
```
51+
52+
You should see logs like:
53+
54+
```bash
55+
4:58PM INF NewLocalDA: initialized LocalDA module=local-da
56+
4:58PM INF Listening on host=localhost maxBlobSize=1974272 module=da port=7980
57+
4:58PM INF server started listening on=localhost:7980 module=da
58+
```
59+
4460
To start a basic sovereign rollup node, execute:
4561

4662
```bash
47-
testapp start --rollkit.signer.passphrase verysecretpass
63+
testapp start --rollkit.signer.passphrase secret
4864
```
4965

5066
Upon execution, the CLI will output log entries that provide insights into the node's initialization and operation:

0 commit comments

Comments
 (0)