https://github.com/kuzdogan/eof.wtf
EOF Parser and Visualizer
https://github.com/kuzdogan/eof.wtf
eof ethereum ethereum-object-format
Last synced: about 1 year ago
JSON representation
EOF Parser and Visualizer
- Host: GitHub
- URL: https://github.com/kuzdogan/eof.wtf
- Owner: kuzdogan
- License: mit
- Created: 2024-11-21T13:41:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T14:51:39.000Z (over 1 year ago)
- Last Synced: 2025-03-17T05:03:10.692Z (about 1 year ago)
- Topics: eof, ethereum, ethereum-object-format
- Language: JavaScript
- Homepage: https://eof.wtf/
- Size: 7.61 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EOF Parser and Visualizer
Website to visualize EOF bytecode
Uses [@ethereumjs/evm](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/evm) to parse EOF bytecode. As of writing, the parser was not released yet. Therefore the ethereumjs-monorepo is linked as a submodule.
# Install
```
npm install # Installs the submodule and builds the @ethereumjs/evm package
```
This will install the submodule and build the @ethereumjs/evm package (see `preinstall` script in `package.json` for more details).
# Run
```
npm start
```
# Build
```
npm run build
```