An open API service indexing awesome lists of open source software.

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

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
```