Home | 簡體中文 | 繁體中文 | 雜文 | 知乎專欄 | Github | OSChina 博客 | 雲社區 | 雲棲社區 | Facebook | Linkedin | 視頻教程 | 打賞(Donations) | About
知乎專欄多維度架構 | 微信號 netkiller-ebook | QQ群:128659835 請註明“讀者”

第 29 章 Hyperledger Explorer

克隆代碼

	
git clone https://github.com/hyperledger/blockchain-explorer.git
cd blockchain-explorer
	
	
	

將 fabricexplorer.sql 導入到數據中

	
mysql -u<username> -p < db/fabricexplorer.sql	
	
	

設置 channel 和 資料庫連接

	
 "channel": "mychannel",
 "mysql":{
      "host":"127.0.0.1",
      "database":"fabricexplorer",
      "username":"root",
      "passwd":"123456"
   }	
	
	

啟動

	
npm install
./start.sh
	
	

進入 Hyperledger Explorer http://localhost:8080/