Certified Blockchain Developer – Hyperledger (CBDH) — Question 4
You would like to download Hyperledger Fabric.
What would be the command to start the process?
Answer options
- A. ftp clone https://github.com/hyperledger/fabric.sh
- B. git clone https://github.com/hyperledger/fabric.git
- C. ftp clone https://github.com/hyperledger/fabric.git
Correct answer: B
Explanation
The correct command to download Hyperledger Fabric is 'git clone https://github.com/hyperledger/fabric.git', as it uses Git, which is designed for version control and repository management. Options A and C incorrectly use 'ftp', which is not suitable for cloning Git repositories.