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
This guide provides a walkthrough for chain operators who want to run an Alt-DA Mode chain. See the [Alt-DA Mode Explainer](/stack/protocol/features/alt-da-mode) for a general overview of this OP Stack configuration.
16
16
An Alt-DA Mode OP Stack chain enables a chain operator to post and read data to any alternative data availability layer that has built a functioning OP Stack DA Server.
17
17
18
+
<Callout>
19
+
This page includes providers that meet specific [inclusion criteria](#inclusion-criteria), as outlined below.
20
+
</Callout>
21
+
18
22
## Prerequisite
19
23
20
24
You should use at least the following compatible op\* versions when running your chain.
@@ -34,7 +38,7 @@ For deploying your contracts, use the latest release.
34
38
### Setup Your DA Server
35
39
36
40
<Callouttype="warning">
37
-
DA Servers are not built or maintained by Optimism Collective Core Contributors. They are often maintained by the team that built the DA Layer that the DA Server enables access to. Please reach out to the team who built the DA Server you are trying to run with any questions or issues.
41
+
DA Servers are not built or maintained by Optimism Collective Core Contributors. DA servers are maintained by third parties and run at your own risk. Please reach out to the team who built the DA Server you are trying to run with any questions or issues.
38
42
</Callout>
39
43
40
44
* Celestia's docs on how to run the [Celestia DA server](https://github.com/celestiaorg/op-plasma-celestia/blob/main/README.md)
@@ -104,6 +108,14 @@ For deploying your contracts, use the latest release.
104
108
* Run a DA server as laid out in [Step 1](#setup-your-da-server)
105
109
* Provide the same `--altda.enabled=true, --altda.da-server...` on `op-node` as listed in [Step 2](#configure-your-op-node)
106
110
111
+
## Inclusion Criteria
112
+
113
+
Alt DA teams who want to be featured on this page must meet the following criteria:
114
+
115
+
* Functional [DA Server](https://specs.optimism.io/experimental/alt-da.html#da-server), maintained in your own repo
116
+
* Supporting detailed documentation, to be referenced [here](#setup-your-da-server)
117
+
* Functioning OP Stack devnet using your DA server with linked configuration, contract addresses, and RPC address
118
+
107
119
## Next Steps
108
120
109
121
* Additional questions? See the FAQ section in the [Alt-DA Mode Explainer](/stack/protocol/features/alt-da-mode#faqs).
0 commit comments