geth提供的js控制台中编译solidity合约出错

2017-08-21  本文已影响0人  踏歌_ZJU

当输入

web3.eth.getCompilers()

控制台报错

Error: The method eth_getCompilers does not exist/is not available
    at web3.js:3104:20
    at web3.js:6191:15
    at web3.js:5004:36
    at <anonymous>:1:1
image.png

谷歌搜索这个问题后发现,这种RPC编译方法在当前版本的geth客户端中已经被放弃,是否会重新加入还在社区的考虑之中。

上一篇下一篇

猜你喜欢

热点阅读