Question 1
When creating a network according to an organization's structure and also bootstrap a channel what are the following artifacts we would need to generate?
Genesis Block, License File and Anchor Peer Configs for each organization.
Genesis Block, ledger Configuration and Anchor Peer Configs for each organization.
Genesis Block, Channel Configuration and Anchor Peer Configs for each organization.
Genesis Block, Channel Configuration and Anchor MSP Configs for each organization.
Correct answer: C
Explanation:
To create a network according to an organization's structure, and to bootstrap a channel, we will need to generate the following artifacts: A genesis block, containing organization-specific certificates that serve to initialize the Fabric blockchain. Channel configuration information. Anchor peer configurations for each organization. An anchor peer serves as a fulcrum within an organization, for cross-organization ledger syncing using the Fabric gossip protocol.
To create a network according to an organization's structure, and to bootstrap a channel, we will need to generate the following artifacts: A genesis block, containing organization-specific certificates that serve to initialize the Fabric blockchain. Channel configuration information. Anchor peer configurations for each organization. An anchor peer serves as a fulcrum within an organization, for cross-organization ledger syncing using the Fabric gossip protocol.