web3-javaevm

Convert bytecode to opcode using web3j


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?


Solution

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

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