Please help!
Can I install Hyperledger Composer on windows?
I see in this link have install with Ubuntu and MacOS but have not windows.
https://hyperledger.github.io/composer/installing/installing-prereqs.html
Asked
Active
Viewed 2,030 times
1

Dara Sok
- 59
- 1
- 8
-
Windows is currently not a supported platform – david_k Feb 01 '18 at 12:25
2 Answers
1
I don't think you will be able to install a local version of composer on Windows directly. However, you may use virtual box and add ISO of ubuntu in it. This way, you can use hyperledger composer on your windows.

Punit Agarwal
- 48
- 7
-
You may use Docker on windows for Hyperledger Fabric. Read the prerequisites: http://hyperledger-fabric.readthedocs.io/en/release/dev-setup/devenv.html Some extra-features for windows:http://hyperledger-fabric.readthedocs.io/en/latest/prereqs.html#windows-extras – Punit Agarwal Feb 01 '18 at 13:41
0
I'm running composer with Docker Tools on Windows 7. I used the Fabric setup scripts provided here: https://github.com/acloudfan/HLF-Windows-Toolkit, but the Composer itself installs easily with npm install. No need to worry about sudo/not sudo. I just had to install Cygwin for running the fabric scripts (composer-cli runs on a normal Windows console).

ulu
- 5,872
- 4
- 42
- 51