Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Layr-Labs/eigenda
Secure, high-throughput, and decentralized Data Availability
https://github.com/Layr-Labs/eigenda
Last synced: 27 days ago
JSON representation
Secure, high-throughput, and decentralized Data Availability
- Host: GitHub
- URL: https://github.com/Layr-Labs/eigenda
- Owner: Layr-Labs
- License: other
- Created: 2023-11-13T05:05:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T03:41:23.000Z (7 months ago)
- Last Synced: 2024-04-13T21:54:52.082Z (7 months ago)
- Language: Go
- Homepage: https://www.eigenlayer.xyz/
- Size: 62.5 MB
- Stars: 134
- Watchers: 21
- Forks: 104
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-avs - EigenDA
- awesome-avs - EigenDA
README
![Unit Tests](https://github.com/Layr-Labs/eigenda/actions/workflows/unit-tests.yml/badge.svg)
![Integration Tests](https://github.com/Layr-Labs/eigenda/actions/workflows/integration-tests.yml/badge.svg)
![Linter](https://github.com/Layr-Labs/eigenda/actions/workflows/golangci-lint.yml/badge.svg)
![Contracts](https://github.com/Layr-Labs/eigenda/actions/workflows/test-contracts.yml/badge.svg)
![Go Coverage](https://github.com/Layr-Labs/eigenda/wiki/coverage.svg)# EigenDA
## Overview
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.
To understand more about 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 Partner Registration](https://docs.google.com/forms/d/e/1FAIpQLSdXvfxgRfIHWYu90FqN-2yyhgrYm9oExr0jSy7ERzbMUimJew/viewform).
## API Documentation
The EigenDA public API is documented [here](https://github.com/Layr-Labs/eigenda/tree/master/api/docs).
## Operating EigenDA Node
If you want to be an EigenDA operator and run a node, please clone [Operator Setup Guide](https://github.com/Layr-Labs/eigenda-operator-setup) GitHub repo and follow the instructions there.
## Contributing
We welcome all contributions! There are many ways to contribute to the project, including but not limited to:- Opening a PR
- [Submitting feature requests or bugs](https://github.com/Layr-Labs/eigenda/issues/new/choose)
- Improving our product or contribution documentation
- Voting on [open issues](https://github.com/Layr-Labs/eigenda/issues) or
contributing use cases to a feature request## Contact
- [Open an Issue](https://github.com/Layr-Labs/eigenda/issues/new/choose)
- [EigenLayer/EigenDA forum](https://forum.eigenlayer.xyz)
- [Email](mailto:[email protected])
- [Follow us on X](https://x.com/eigen_da)