From 5c214aec3a0df4a990c2ec6b9ec58b620175ad2a Mon Sep 17 00:00:00 2001 From: Samuel Laferriere Date: Thu, 2 Jan 2025 15:43:45 -0500 Subject: [PATCH] docs: Update README.md with hokulea's architecture explanation (#20) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32b65b7..822851f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hokulea -![](./hokulea.jpeg) +Hokulea is a library to provide the altda providers for a derivation pipeline built with [kona](https://github.com/anton-rs/kona) to understand eigenDA blobs, following the [kona book](https://anton-rs.github.io/kona/sdk/pipeline/providers.html#implementing-a-custom-data-availability-provider) recommendation (also see this [comment](https://github.com/anton-rs/kona/pull/862#issuecomment-2515038089)). ### Running against devnet @@ -14,4 +14,6 @@ Then run hokulea: ```bash cd bin/client just run-client-native-against-devnet -``` \ No newline at end of file +``` + +![](./hokulea.jpeg)