This repository was archived by the owner on Aug 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,15 +36,31 @@ rollkit git sha: cd1970de
3636To 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+
4460To 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
5066Upon execution, the CLI will output log entries that provide insights into the node's initialization and operation:
You can’t perform that action at this time.
0 commit comments