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.
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).
npm start
npm run build