solc 编译Solidity

  • 安装
    sudo add-apt-repository ppa:ethereum/ethereum
    sudo apt-get update
    sudo apt-get install solc
    

      

  • 编译

solc --bin  --abi Org.sol -o /root

solc --bin  --abi Org.sol

posted @ 2018-01-28 16:57  ahuo  阅读(552)  评论(0编辑  收藏  举报