diff --git a/core/node/da_clients/src/eigen/README.md b/core/node/da_clients/src/eigen/README.md index 634b4eb58780..81aafca9cdf8 100644 --- a/core/node/da_clients/src/eigen/README.md +++ b/core/node/da_clients/src/eigen/README.md @@ -1,9 +1,17 @@ -# EigenDA client +# EigenDA Client ---- +EigenDA is as a high-throughput data availability layer for rollups. It is an EigenLayer AVS (Actively Validated +Service), so it leverages Ethereum's economic security instead of bootstrapping a new network with its own validators. +For more information you can check the [docs](https://docs.eigenda.xyz/). -This is an implementation of the EigenDA client capable of sending the blobs to DA layer. It uses authenticated -requests, though the auth headers are kind of mocked in the current API implementation. +## Scope + +The scope of this first milestone is to spin up a local EigenDA dev environment, spin up a local zksync-era dev +environment and integrate them. Instead of sending 4844 blobs, the zksync-era sends blobs to EigenDA. On L1, mock the +verification logic, such that blocks continue building. Increase the blob size from 4844 size to 2MiB blob. Deploy the +integration to Holesky testnet and provide scripts to setup a network using EigenDA as DA provider. + +## Temporary The generated files are received by compiling the `.proto` files from EigenDA repo using the following function: diff --git a/core/node/da_clients/src/eigen/eigenda-client.md b/core/node/da_clients/src/eigen/eigenda-client.md deleted file mode 100644 index cc4e2dfe11b9..000000000000 --- a/core/node/da_clients/src/eigen/eigenda-client.md +++ /dev/null @@ -1,13 +0,0 @@ -# EigenDA Client - -EigenDA is as a high-throughput data availability layer for rollups. It is an EigenLayer AVS (Actively Validated -Service), so it leverages Ethereum's economic security instead of bootstrapping a new network with its own validators. -For more information you can check the [docs](https://docs.eigenda.xyz/). - -## Scope - -The scope of this first milestone is to spin up a local EigenDA dev environment, spin up a local zksync-era dev -environment and integrate them. Instead of sending 4844 blobs, the zksync-era sends blobs to EigenDA. On L1, mock the -verification logic, such that blocks continue building. Increase the blob size from 4844 size to 2MiB blob. Deploy the -integration to Holesky testnet and provide scripts to setup a network using EigenDA as DA provider. -