Internal Working of Fabric Composer -


i want know how fabric composer works internally transforming .bna file chaincode , how key-value pairs stored in couch db/state db given assets, participants , transactions.

thanks

see links here.

composer architecture: https://www.slideshare.net/simonstone8/hyperledger-composer-architecture

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

this article useful see side-by-side comparison: https://blog.selman.org/2017/07/08/getting-started-with-blockchain-development/#more-901

on key/value - see here -> what relationship between assets created in composer network assets in fabric chaincode?

finally, note called hyperledger composer , no longer called fabric composer, fyi.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -