(一)區塊鏈開發之搭建以太坊私有鏈

1、安裝ethereum/Go client(以太坊客戶端)

https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Mac

https://github.com/ethereum/homebrew-ethereum


一、命令行客戶端
1、克隆倉庫
brew tap ethereum/ethereum
2、安裝go 客戶端
brew install ethereum
3、運行
geth

二、圖形化客戶端
https://github.com/ethereum/mist/releases/


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章