Crates.io | zksync_da_clients |
lib.rs | zksync_da_clients |
version | 29.4.0-non-semver-compat |
created_at | 2025-01-29 14:26:50.064595+00 |
updated_at | 2025-09-24 18:16:58.716497+00 |
description | ZKsync data availability clients |
homepage | https://zksync.io/ |
repository | https://github.com/matter-labs/zksync-era |
max_upload_size | |
id | 1534838 |
size | 458,790 |
This crate contains the implementations of the Data Availability clients.
Currently, the following DataAvailability clients are implemented:
NoDA client
that does not send or store any pubdata, it is needed to run the zkSync network in the "no-DA" mode
utilizing the DA framework.Object Store client
that stores the pubdata in the Object Store(GCS).Avail
that sends the pubdata to the Avail DA layer.Celestia
that sends the pubdata to the Celestia DA layer.Eigen
that sends the pubdata to the Eigen DA layer.