3.5 以太坊開發環境搭建

尹成發表於2018-11-08
  1. 安裝git 
    1. sudo add-apt-repository ppa:git-core/ppa
    2. sudo apt-get update
    3. sudo apt-get install git
  2. 檢視git版本號 
    1. git –version
  3. 安裝geth 
    1. sudo apt-get install software-properties-common
    2. sudo add-apt-repository -y ppa:ethereum/ethereum
    3. sudo apt-get update
    4. sudo apt-get install ethereum
  4. 獲取geth指令 
    1. geth –help

 

相關文章