Solidity原理(六):用solc編譯smart contract,用evm反編譯bytecode

首先需要安裝solc和evm solc: https://github.com/ethereum/solidity/releases evm:   https://geth.ethereum.org/downloads/ 編譯一個smart contract可以通過指令 solc --bin-runtime filepath來得到bytecode 反編譯bytecode可以通過evm --diss
相關文章
相關標籤/搜索