ENV: 測試-RPC 松露錯誤:方法eth_compileSolidity不支持
代碼: 令源=「編譯指示堅固^ 0.4.11;合同計算值{UINT計數;功能添加(UINT一個,UINT b)中返回(uint){count ++;返回a + b;}函數getCount()返回(uint){return count;}}「;
let calc = web3.eth.compile.solidity(source);
終端告訴我: 松露(開發)>錯誤:錯誤:不支持方法eth_compileSolidity。在GethApiDouble.handleRequest(/Users/user/.nvm/versions/node/v6.10.3/lib/node_modules/ethereumjs-testrpc/build/cli.node.js:101870:16) ......
我不確定是否它的棄用..請檢查下面的鏈接https://github.com/ethereum/EIPs/issues/209。如果你想獲得合同的ABI /二進制文件,你可以使用混音。 – Rangesh