Custom DA Documentation #981
-
Team or ProjectNo response Module Affected
Rust Version1.75.0 Operating System
Issue DescriptionHi everyone, I wanted to follow up on the custom DA documentation. February was indicated. Do you have any estimations on when it will be published? Thanks in advance :) Expected BehaviorPublished Documentation Current BehaviorNo Documentation ;) Repository Link (if applicable)No response Additional DetailsThank you! Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Appreciate you checking up on this. Seeing what the status is and will get back to you guys. |
Beta Was this translation helpful? Give feedback.
-
@bxpana I believe we solved the confusion around custom DA. We wanted to deploy our own DA and were wondering how exactly to do it without re-inventing the wheel. We can adapt an Avail or EigenDA node and its endpoints to our needs. @thecodingshrimp may add more context. Your definition of custom DA is basically developing a DA from scratch and we were looking for the doc for building one. Appreciate your reply! |
Beta Was this translation helpful? Give feedback.
-
@bxpana To confirm, you guys planning on adapting an Avail or EigenDA nodes and endpoints for you needs? Correct, our private Avail/EigenDa node that communicates with our private zkstack. Do we have to consider something specific if we continue with this path? Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @Erol-K, nothing specific, just keep in mind that using private stack means DA layer should be private and node's API should be private/require auth process. Please check "How can I enable private" at the bottom of https://docs.zksync.io/zk-stack/running/validium, it should be useful