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 installin the root of this project
- Run
npm run build:distin the root of this project - Run
npm run examplein this directory