zl程序教程

您现在的位置是:首页 >  其它

当前栏目

solc 编译Solidity

编译 Solidity
2023-09-14 08:58:29 时间
  • 安装
    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