[ZK Stack] - How to integrate a data availbility layer in self deployed zkysnc hyperchain using validium as L1 batch commit? #747
-
Team or ProjectNo response Module Affected
Rust Version1.80.1 Operating System
Issue DescriptionWe are trying to integrate data availability layer particularly "Celestia" into self deployed zksync hyperchain using validium as L1 data batch commit Thanks Expected BehaviorNA Current BehaviorNA Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
To integrate a Data Availability Layer (DAL) like Celestia into your self-deployed ZKsync hyperchain using Validium for L1 batch commits, you can follow the approach outlined in the ZK Stack documentation. Here’s a summarized guide based on the information available:
This approach is based on the general method of changing the Data Availability Layer in ZK Stack, which should be similar for integrating with Celestia. For more detailed guidance and community support, you can visit the ZKsync developers discussions on Github. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
Celestia was just added and you can see how to add it in the PR, matter-labs/zksync-era#2983
We're hoping to have Eigen available soon as well, matter-labs/zksync-era#3155