Tagged in

Metamask

Taipei Ethereum Meetup
Taipei Ethereum Meetup
台北以太坊社群專欄
More information
Followers
4.3K
Elsewhere
More, on Medium

Deploy Solidity Code on Ropsten Test Net

Please install Chrome and MetaMask chrome extension from here, first.

Step 1.

Having some money on your Ropsten Net Account, such as my address, 0xdA80A0378b0B25111D48d9f8BE8EFb24b6B6e1Ee, with 2 Ethers in…


教練,我”只”想學Solidity

Contract才是Dapp的核心,不是nodejs

如果你想要研究Solidity,但沒碰過nodejs,那麼本篇是專門為你而寫的。只需要使用網頁版的Solidity編輯器(網址),以及安裝MetaMask就可以開心的撰寫、部署、測試智能合約。

會想寫這篇的原因是這樣的,當初我想學如何寫Solidity,作為一個初學者大概就是直接裝Ethereum官網提供的Wallet,使用它內建的編輯器來開發,但是部署的時候經常會失敗,也找不出原因,區塊同步又非常緩慢,實在是不太好用。