You are writing chaincode and you need to access the ledger’s state. What two functions of the chaincode shim API do you select? (Select two.)
When your developing with Fabric Composer which of the following is true?
The modeling language does not support multiple inheritance.
Hyperledger Fabric includes a ____________-based service for ordering and broadcasting network transactions. This service also provides crash fault tolerance to your network; meaning that if an accepted number of ordering service nodes are unavailable, the service continues to order and distribute blocks of transactions to channel peers.
What is the service based on?
What means "Forking" the Hyperledger Fabric Github repository? (Select two.)
Hyperledger Fabric allows multiple certification authorities to be setup for a business network application.
E.g., it there are 3 members using the network application, all 3 members can issue certificates to their employees so they can initiate transactions on the network
application.
The ledger system in Hyperledger Fabric uses what database by default?
Consensus algorithms are used because _______________
Which of the following syntaxes will compile the chaincode?
Chaincode in Hyperledger Fabric is a decentralized transactional program which is running on the validating nodes. Chaincode implements the Chaincode interface in particular, Init and Invoke functions.
Which two statements about Chaincode is correct? (Select two.)