dockerhyperledger-fabricblockchainhyperledgerazure-blockchain-workbench

Blockchain : Hyper Ledger Fabric Installations in Windows 10


I have visited almost all the links available for the installation of Hyper Ledger in Windows 10. I have installed:

  1. Git
  2. Docker
  3. Ubuntu Bash
  4. Npm
  5. NodeJS

And almost all other things that were mentioned in those links. But at the end of those links, running and installing Hyper Ledger fabric. I get errors of not available binary samples.

Some links that lead me to something, but an error in the end.

Link1

Link2

Please, anyone, tell me a way of installing and running Hyper Ledger Fabric on Windows 10. I have to make a Mobile Application on Hyper Ledger Fabric.

It will be a blessing for me if someone also can tell me how and using what tool I can make Mobile Application using Hyper Ledger Fabric.


Solution

  • Be careful: Hypereldger Fabric is actually not supported for Windows. You must run it in Linux.

    I know there are some guides online but follow the documentation. While your Java/Python/Go/Node SDK can be run on Windows, the network must be on Linux. That's not impossible to run it on Windows, but they do not assure you will be able to do this.

    Maybe support for Windows will come in next versions.