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

第 31 章 Fabric Command

目錄

31.1. peer
31.1.1. channel
31.1.1.1. list

31.1. peer

31.1.1. channel

31.1.1.1. list

列出當前 Channel

				
root@61814b46e7ee:/opt/gopath/src/github.com/chaincode/token# peer channel list
2018-03-19 08:41:25.289 UTC [msp] GetLocalMSP -> DEBU 001 Returning existing local MSP
2018-03-19 08:41:25.290 UTC [msp] GetDefaultSigningIdentity -> DEBU 002 Obtaining default signing identity
2018-03-19 08:41:25.293 UTC [channelCmd] InitCmdFactory -> INFO 003 Endorser and orderer connections initialized
2018-03-19 08:41:25.294 UTC [msp/identity] Sign -> DEBU 004 Sign: plaintext: 0A86070A5C08031A0C08B5EFBDD50510...631A0D0A0B4765744368616E6E656C73 
2018-03-19 08:41:25.294 UTC [msp/identity] Sign -> DEBU 005 Sign: digest: E4E3AB1CFD295AA881EA2AB08781EF8989CA4271FC3E2A0E6DFDDB991ECEE7F6 
2018-03-19 08:41:25.305 UTC [channelCmd] list -> INFO 006 Channels peers has joined to: 
2018-03-19 08:41:25.305 UTC [channelCmd] list -> INFO 007 mychannel 
2018-03-19 08:41:25.305 UTC [main] main -> INFO 008 Exiting.....