Solidity學習(一)

使用Remix作爲開發工具,Remix是基於瀏覽器的IDE,提供了集成的編譯器和Solidity的運行環境. 地址是: https://remix.ethereum.org 首先在左邊新建一個文件myfirstcontract.sol 文件內容: pragma solidity ^0.4.0; contract MyFirstContract {     string private name;
相關文章
相關標籤/搜索