Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alt DA layers addition #10

Open
apoorvsadana opened this issue Jun 1, 2024 · 4 comments
Open

Alt DA layers addition #10

apoorvsadana opened this issue Jun 1, 2024 · 4 comments

Comments

@apoorvsadana
Copy link
Contributor

Ethereum 4844 DA support should be added with this PR - #7. Adding new DA layers should be very similar to this approach. The steps would be

  1. Create a new crate inside da_clients
  2. Implement the DaClient trait from da-client-interface
    • publish_state_diff: push the data on chain and return the txn_hash
    • verify_inclusion: taking the txn_hash as input, check if the txn has been finalized on chain
@Tranduy1dol
Copy link

Hi, I would like to take it

@apoorvsadana
Copy link
Contributor Author

Hey, which DA layer would you like to add @Tranduy1dol?

@Tranduy1dol
Copy link

Hi @apoorvsadana, I would like to add Aptos as the DA layer. Besides, I'm investigating Avail and Celestia.

@apoorvsadana
Copy link
Contributor Author

The sounds great @Tranduy1dol, can you create an issue for integrating Aptos DA and I can assign it to you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants