duneanalytics / duneanalytics/evm.codes
feature: EOF (EIP‑3540) Add a bytecode inspector
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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