6 releases (0 unstable)

new 28.1.0-non-semver-compat May 8, 2025
28.0.0-non-semver-compat May 5, 2025
27.5.1-non-semver-compat May 1, 2025
27.5.0-non-semver-compat Apr 30, 2025
26.2.1-non-semver-compat Jan 29, 2025

#495 in Magic Beans

Download history 98/week @ 2025-01-25 31/week @ 2025-02-01 3/week @ 2025-02-08 104/week @ 2025-03-01 38/week @ 2025-03-08 1/week @ 2025-03-15 1/week @ 2025-04-05 202/week @ 2025-04-26 265/week @ 2025-05-03

468 downloads per month

MIT/Apache

1MB
24K SLoC

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.

Dependencies

~92MB
~1.5M SLoC