博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
以太坊(二)安装Solidity编译器
阅读量:5307 次
发布时间:2019-06-14

本文共 517 字,大约阅读时间需要 1 分钟。

官方地址:https://solidity.readthedocs.io/en/develop/installing-solidity.html

推荐使用  remix   快速学习solidity  。

remix  在线访问地址 :https://remix.ethereum.org/

git地址:https://github.com/ethereum/remix-ide

安装:

安装npm和node.js(请参阅),然后执行:

Remix-ide已经作为npm模块发布:

npm install remix-ide -g remix-ide

或者,如果您想克隆github存储库(wget需要先安装):

git clone https://github.com/ethereum/remix-ide.git cd remix-ide npm install npm run setupremix   #这会为你克隆https://github.com/ethereum/remix并将它链接到remix-ide npm start

 

转载于:https://www.cnblogs.com/liuq1991/p/9082108.html

你可能感兴趣的文章
FTP客户端配置2
查看>>
RxJS & Angular
查看>>
面向对象(多异常的声明与处理)
查看>>
Dedecms QQ一键登录插件
查看>>
最小路径覆盖问题
查看>>
pt-osc 变更时遇到 “MySQL error 1300” 报错问题解决
查看>>
Archlinux Packages Analysis
查看>>
从零搭建cortex-m0 UART工程
查看>>
Nuxt.js知识点
查看>>
Java 日期类 Calendar SimpleDateFormat
查看>>
[2018.4.2集训]b-容斥-计数
查看>>
什么是以及为什么,要把大型Web项目系统逻辑分层和物理分层?
查看>>
redis源码阅读笔记----dict.c
查看>>
MyBatis基础入门《五》核心配置文件
查看>>
不定参数的应用
查看>>
day2-2.6三级菜单 (字典)
查看>>
python 从0学起
查看>>
WPF验证之——必填验证
查看>>
如何更有效地学习开源项目的代码?
查看>>
@UniqueConstraint
查看>>