mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
17 lines
402 B
Markdown
17 lines
402 B
Markdown
# 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
|
|
- [x] EVM
|
|
- [x] Storage
|
|
- [ ] TX forwarder API
|
|
- [x] Decide whether to include system txs, receipts in block or not
|
|
- [x] Downloader
|
|
- [x] S3 format (file)
|
|
- [x] S3 format (AWS API)
|
|
- [ ] hl-node format
|