Fabric Composer 的内部工作

Internal Working of Fabric Composer

我想知道 Fabric Composer 如何通过将 .bna 文件转换为链代码在内部工作,以及键值对如何实际存储在给定资产、参与者和交易的沙发 db/state 数据库中。

谢谢

在此处查看链接。

作曲家架构:https://www.slideshare.net/SimonStone8/hyperledger-composer-architecture

此架构深入展示了运行时架构方面的内部工作原理 -> https://www.slideshare.net/dselman/hyperleger-composer-architecure-deep-dive

这篇文章对于查看并排比较也很有用: https://blog.selman.org/2017/07/08/getting-started-with-blockchain-development/#more-901

在 key/value - 看这里 -> What is the relationship between assets created in a composer network to the assets in fabric chaincode?

最后,请注意它现在称为 Hyperledger Composer,不再称为 Fabric Composer,仅供参考。