从已安装的区块链网络中获取上述信息需要哪些命令?
发布于 2019-02-15 00:47:01
Fabric v1.2引入了一个服务发现,它允许应用程序查询有关同级、背书策略等的信息。
发现服务可以响应以下查询:
因此,您要查找的命令是discover命令。
参考:https://hyperledger-fabric.readthedocs.io/en/release-1.4/discovery-overview.html
对于命令:https://hyperledger-fabric.readthedocs.io/en/release-1.4/discovery-cli.html#
https://stackoverflow.com/questions/54688849
复制相似问题