Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 581 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 581 Bytes

EOF Parser and Visualizer

Website to visualize EOF bytecode

Uses @ethereumjs/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