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

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.