We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
da_clients
DaClient
da-client-interface
publish_state_diff
verify_inclusion
The text was updated successfully, but these errors were encountered:
Hi, I would like to take it
Sorry, something went wrong.
Hey, which DA layer would you like to add @Tranduy1dol?
Hi @apoorvsadana, I would like to add Aptos as the DA layer. Besides, I'm investigating Avail and Celestia.
The sounds great @Tranduy1dol, can you create an issue for integrating Aptos DA and I can assign it to you!
No branches or pull requests
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
da_clients
DaClient
trait fromda-client-interface
publish_state_diff
: push the data on chain and return the txn_hashverify_inclusion
: taking the txn_hash as input, check if the txn has been finalized on chainThe text was updated successfully, but these errors were encountered: