You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/docker-compose.md
+20-7Lines changed: 20 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,13 @@ Docker Compose version v2.23.0-desktop.1
36
36
37
37
## 🛠️ Setting up Your Environment {#setting-up-your-environment}
38
38
39
-
The wordle rollup is a relatively simple rollup in that there are just 2 nodes involved: the rollup and the data availability network (DA) node.
39
+
In addition to our rollup, we need to run a DA and Sequencer node.
40
40
41
-
We will use a local DA node for this tutorial and run it with our rollup.
41
+
We will use the [local-da](https://github.com/rollkit/local-da) and [local-sequencer](https://github.com/rollkit/go-sequencing) for this tutorial and run it with our rollup.
42
42
43
-
To save time, we can use the [local DA Dockerfile found here.](https://github.com/rollkit/local-da/blob/main/Dockerfile)
43
+
To save time, we can use their respective Dockerfiles:
0 commit comments