1

I can't find any documentation on this, is there a converter from bytecode to opcode inside web3j? Or do I need to build one myself?

kometen
  • 6,536
  • 6
  • 41
  • 51
Roie Beck
  • 1,113
  • 3
  • 15
  • 30

1 Answers1

0

In case anyone is looking for a Java implementation, as it doesn't exist in web3j:

https://github.com/fergarrui/ethereum-disassembler

Roie Beck
  • 1,113
  • 3
  • 15
  • 30