将 Block 详细内容导入到 json 文件查看

configtxgen -inspectBlock channel-artifacts/genesis.block > genesis.block.json

将 transaction 导出到 JSON 文件进行查看:

configtxgen -inspectChannelCreateTx channel-artifacts/channel.tx > channel.tx.json
configtxgen -inspectChannelCreateTx channel-artifacts/Org1MSPanchors.tx > Org1MSPanchors.tx.json
configtxgen -inspectChannelCreateTx channel-artifacts/Org2MSPanchors.tx > Org2MSPanchors.tx.json

 

 

相关文章:

  • 2021-06-07
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
  • 2021-08-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-03
  • 2021-12-07
  • 2022-12-23
  • 2021-09-19
  • 2021-07-05
  • 2022-12-23
相关资源
相似解决方案