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