`
1197757723
  • 浏览: 126210 次
  • 性别: Icon_minigender_1
  • 来自: 广州
文章分类
社区版块
存档分类
最新评论

web3.js

 
阅读更多
安装

 

别按照官网上面 npm install web3 下载,我已经吃过一次亏了
npm init
npm install ethereum/web3.js --save
 

指令

web3.isConnected()  #检查结点的连接是否存在
web3.reset()  #重置web3
web3.sha3(string,options)  #加密
web3.toHex()  #将任何值转为hex
web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545"));
web3.net.peerCounnt  #连接节点的数量
web3.eth.defaultBlock  #默认地址
web3.eth.getBalance()
 

 https://blog.csdn.net/tianlongtc/article/details/80026562

 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics