arnabkaycee
arnabkaycee

Reputation: 1644

Internal Working of Fabric Composer

I want to know how Fabric Composer works internally by transforming .bna file to chaincode and how key-value pairs are actually stored in the couch db/state db for the given assets, participants and transactions.

Thanks

Upvotes: 1

Views: 230

Answers (1)

Paul O'Mahony
Paul O'Mahony

Reputation: 6740

see the links here.

Composer Architecture: https://www.slideshare.net/SimonStone8/hyperledger-composer-architecture

This architecture deep dive shows the internal workings, in terms of runtime architecture -> https://www.slideshare.net/dselman/hyperleger-composer-architecure-deep-dive

This article will also be useful to see a side-by-side comparison: https://blog.selman.org/2017/07/08/getting-started-with-blockchain-development/#more-901

On key/value - see here -> What is the relationship between assets created in a composer network to the assets in fabric chaincode?

Finally, do note its now called Hyperledger Composer and no longer called Fabric Composer, just FYI.

Upvotes: 4

Related Questions