我是Hyperledger fabric的新手,我正在使用hyperledger fabric ca服务器来注册管理员、用户、同级。我几乎没有什么疑问 1. when i create the admin, using fabric-ca-client start --id admin:adminpw its create thedirectory, does msp contain the private key of admin.
2. if msp contain the private key, when we host th
我一直在使用fabric,最近被告知了invoke,所以我查看了它的文档:
就像Ruby的Rake工具和Invoke自己的前身Fabric 1.x一样,它提供了一个干净、高级的API,用于运行shell除非我在invoke上遗漏了一些东西和noob,但我发现fabric比invoke强大得多,这让我认为invoke并不是fabric的替代品。我有点糊涂。我做了谷歌搜索'fabric vs invoke‘,却一无所获,所以就在这里问。