Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 363 Bytes

File metadata and controls

16 lines (9 loc) · 363 Bytes

Decode opcodes example

This directory contains an example on how to decode opcodes

The example does these things:

  1. Takes binary EVM code and decodes it into opcodes

Installation

  1. Run npm install in the root of this project

Running the example

  1. Run npm run build:dist in the root of this project
  2. Run npm run example in this directory