- 安装
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 程序之家
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于solc 编译Solidity的主要内容,如果未能解决你的问题,请参考以下文章
solidity数据类型storage memory calldata modifier前置条件 继承 接口合约 导入库 using...for solc编译