zksync_da_clients

Crates.iozksync_da_clients
lib.rszksync_da_clients
version29.4.0-non-semver-compat
created_at2025-01-29 14:26:50.064595+00
updated_at2025-09-24 18:16:58.716497+00
descriptionZKsync data availability clients
homepagehttps://zksync.io/
repositoryhttps://github.com/matter-labs/zksync-era
max_upload_size
id1534838
size458,790
(CratesMatterLabs)

documentation

README

Data Availability Clients

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.
Commit count: 2808

cargo fmt