This directory contains an example on how to decode opcodes
The example does these things:
- Takes binary EVM code and decodes it into opcodes
- Run
npm install
in the root of this project
- Run
npm run build:dist
in the root of this project - Run
npm run example
in this directory