duneanalytics / duneanalytics/evm.codes

feature: EOF (EIP‑3540) Add a bytecode inspector

Open
#379 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
827
Forks
199
Avg merge
15m
Merged PRs (30d)
1

Description

I wanted to created a pull request with some improvements but could not as I'm not a collaborator.

One of them is to include a a bytecode inspector, as the new EOF format is on mainnet, yet EVM Codes UI doesn’t visualise its section layout.

Having a hex‑viewer style breakdown would aid comprehension and error detection.

I'm not an expert of a specific frontend framework but you may parse header/sections with ethereumjs-evm package (already supports EOF), and render each code section with a different colour

https://www.npmjs.com/package/@ethereumjs/evm

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing EVM Codes UI and the @ethereumjs/evm package's EOF support for parsing headers and sections. Implement a hex-viewer-style breakdown that distinguishes each code section with color, then verify that EOF bytecode layout is understandable and supports error detection.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
blockchain, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.