From 30b62d82d2c2f1a55e1f77bd5f3118a236ccf2f7 Mon Sep 17 00:00:00 2001 From: Jian Xiao Date: Mon, 13 Nov 2023 21:52:51 +0000 Subject: [PATCH 1/2] License, readme and pr template --- .github/pull_request_template.md | 4 ---- LICENSE | 2 +- README.md | 16 +++++++++------- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cdc228d57..53a5c8bea 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,10 +2,6 @@ -## Related issue number - - - ## Checks - [ ] I've made sure the lint is passing in this PR. diff --git a/LICENSE b/LICENSE index f011449ae..cc06becad 100644 --- a/LICENSE +++ b/LICENSE @@ -14,7 +14,7 @@ Licensed Work: EigenDA Additional Use Grant: None. -Change Date: 2025-11-13 (November 13th, 2025) +Change Date: 2026-03-31 (March 31st, 2026) Change License: MIT diff --git a/README.md b/README.md index 462f25808..c89e41e4d 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,20 @@ EigenDA is a secure, high-throughput, and decentralized data availability (DA) service built on top of Ethereum using the [EigenLayer](https://github.com/Layr-Labs/eigenlayer-contracts) restaking primitives. -EigenDA is the [first actively validated service (AVS)](https://www.blog.eigenlayer.xyz/twelve-early-projects-building-on-eigenlayer/) built on EigenLayer. The EigenLayer restakers delegate stake to node operators performing validation for EigenDA for service payments, and rollups post data to EigenDA to access low cost, high throughput data availability service with security derived from Ethereum. - -- Aligning with Ethereum ecosystem and building toward the Ethereum scaling [endgame](https://vitalik.ca/general/2021/12/06/endgame.html) -- A standard for high throughput and low cost data availability to enable growth of new on-chain use cases -- Horizontally scaling both security and throughput with the amount of restake and operators in the network, and meanwhile protecting decentralization (less work needed from each operator as network scaling) -- Innovative features such as Dual Quorum (two sperate quorums can be required to attest to the availability of data, for example ETH quorum and rollup's native token), customizable safety and liveness. - To understand more how EigenDA works and how it transforms the modern landscape of data availability, continue reading [EigenDA introduction](https://www.blog.eigenlayer.xyz/intro-to-eigenda-hyperscale-data-availability-for-rollups/). To dive deep into the technical details, continue reading [EigenDA protocol spec](https://github.com/Layr-Labs/eigenda/blob/master/docs/spec/overview.md). If you're interested in integrating your rollup with EigenDA, please fill out the [EigenDA questionnaire](https://docs.google.com/forms/d/e/1FAIpQLSez6PG-BL6C6Mc4QY1M--vbV219OGL_0Euv2zhJ1HmcUiU7cw/viewform). +## Why EigenDA? +As the [first actively validated service (AVS)](https://www.blog.eigenlayer.xyz/twelve-early-projects-building-on-eigenlayer/) built on EigenLayer, EigenDA transforms the data availability by providing high throughput and low cost serivice with security derived from Ethereum. + +- Aligning with Ethereum ecosystem and building toward the Ethereum scaling [endgame](https://vitalik.ca/general/2021/12/06/endgame.html) +- A standard for high throughput and low cost data availability to enable growth of new on-chain use cases +- Horizontally scaling both security and throughput with the amount of restake and operators in the network, and therefore protecting decentralization (less work needed from each operator as network scaling) +- Innovative features such as Dual Quorum (two sperate quorums can be required to attest to the availability of data, for example ETH quorum and rollup's native token), customizable safety and liveness. + ## API Documentation The EigenDA public API is documented [here](https://github.com/Layr-Labs/eigenda/tree/master/api/docs). @@ -45,3 +46,4 @@ We welcome all contributions! There are many ways to contribute to the project, - [Open an Issue](https://github.com/Layr-Labs/eigenda/issues/new/choose) - [EigenLayer/EigenDA forum](https://forum.eigenlayer.xyz/c/eigenda/9) - [Email](mailto:eigenda-support@eigenlabs.org) +- [Follow us on Twitter](https://twitter.com/eigenlayer) From f96f8d3db76b4e4a84e36ad3f8dc09b2d7c1a82d Mon Sep 17 00:00:00 2001 From: Jian Xiao Date: Mon, 13 Nov 2023 21:55:41 +0000 Subject: [PATCH 2/2] declutter --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index c89e41e4d..0aab44307 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,6 @@ To dive deep into the technical details, continue reading [EigenDA protocol spec If you're interested in integrating your rollup with EigenDA, please fill out the [EigenDA questionnaire](https://docs.google.com/forms/d/e/1FAIpQLSez6PG-BL6C6Mc4QY1M--vbV219OGL_0Euv2zhJ1HmcUiU7cw/viewform). -## Why EigenDA? -As the [first actively validated service (AVS)](https://www.blog.eigenlayer.xyz/twelve-early-projects-building-on-eigenlayer/) built on EigenLayer, EigenDA transforms the data availability by providing high throughput and low cost serivice with security derived from Ethereum. - -- Aligning with Ethereum ecosystem and building toward the Ethereum scaling [endgame](https://vitalik.ca/general/2021/12/06/endgame.html) -- A standard for high throughput and low cost data availability to enable growth of new on-chain use cases -- Horizontally scaling both security and throughput with the amount of restake and operators in the network, and therefore protecting decentralization (less work needed from each operator as network scaling) -- Innovative features such as Dual Quorum (two sperate quorums can be required to attest to the availability of data, for example ETH quorum and rollup's native token), customizable safety and liveness. - ## API Documentation The EigenDA public API is documented [here](https://github.com/Layr-Labs/eigenda/tree/master/api/docs).