Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 893 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 893 Bytes

Hokulea

Hokulea is a library to provide the altda providers for a derivation pipeline built with kona to understand eigenDA blobs, following the kona book recommendation (also see this comment).

Running against devnet

First start the devnet:

git clone -b v1.10.0 https://github.com/ethereum-optimism/optimism.git
# this patches the optimism devnet to use the eigenda-proxy instead of their da-server
git patch optimism/ops-bedrock/docker-compose.yml < op-devnet.docker-compose.yml.patch
DEVNET_ALTDA=true GENERIC_ALTDA=true make -C ./optimism devnet-up

Then run hokulea:

cd bin/client
just run-client-native-against-devnet