在私鏈上使用Remix和geth控制檯部署合約

做一個簡單的合約部署 1.打開Remix IDE瀏覽器: https://remix.ethereum.org,在瀏覽器創建合約 合約代碼如下 pragma solidity ^0.4.0; contract InfoContract {    string name;    uint age;    function setInfo(string _name, uint _age) public
相關文章
相關標籤/搜索