本文共 358 字,大约阅读时间需要 1 分钟。
Solidity官网推荐开发工具
https://solidity.readthedocs.io/en/latest/index.html#
1、手工安装Atom
Atom官方地址:https://atom.io/
下载deb安装包,手工安装
sudo apt-get -f installsudo apt install gitsudo dpkg -i atom-amd64.deb
2、安装atom-ethereum-interface插件(供语法高亮)
sudo apm install atom-ethereum-interface
3、安装linter-solidity插件(提供代码提示)
sudo apm install linter sudo apm install linter-solidity
转载地址:http://vtiex.baihongyu.com/