I am new to Hyperledger and would like to build a proof-of-concept using Hyperledger Composer. I know Composer is a toolset to build Blockchain-Applications, which can be deployed on Hyperledger Fabric. Still, I don't really understand the structure of Hyperledger Composer, so I have the following questions:
- Am I building an actual Blockchain using Hyperledger Composer or is it just simulated?
- Who are the peers or nodes using Composer? Are there several or just one and how can I choose them?
- I know Fabric uses several consensus mechanisms. As I can't define them using Composer what is the used consensus mechanism? Am I defining them using the Access Control?
I am sorry if the questions may seem stupid but I am new in this field and can't find the answers online.