編寫solidity智能合約並調用(testrpc)輸出結果

一、編寫合約代碼 pragma solidity ^0.4.2; contract test { function add(uint a,uint b) public pure returns(uint c) { return a + b ; } } 二、編譯合約 打開網站:https://ethereum.github.io/browser-soliditypython 輸入合約代
相關文章
相關標籤/搜索