From b24f7d6f0253ce3d646ede35578163c31b6db759 Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Wed, 11 Jun 2025 04:58:05 +0900 Subject: [PATCH] doc: Add README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..214576840 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# reth-hl + +HyperEVM archive node implementation based on reth's NodeBuilder API. +Heavily inspired by [reth-bsc](https://github.com/loocapro/reth-bsc). + +## TODOs + +- [ ] Make it compilable + - [ ] EVM + - [v] Storage + - [ ] TX forwarder API +- [ ] Decide whether to include system txs, receipts in block or not +- [ ] Downloader + - [ ] S3 format (file) + - [ ] S3 format (AWS API) + - [ ] hl-node format