1

I need to implement a decentralized hyperledger composer but I am not sure what to do.

I want my raspberry pi to be a participant on a fabric network, created by hyperledeger composer tool.

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92

1 Answers1

1

Hyperledger Composer isn't supported on Raspbian - list of supported OS in the prereqs here -> https://hyperledger.github.io/composer/installing/installing-prereqs.html

Furthermore you have the challenge of running Fabric on your Pi - see more on this S/O thread here -> Hyperledger Fabric on Raspberry pi 3

Paul O'Mahony
  • 6,740
  • 1
  • 10
  • 15
  • Here is the updated prereqs list link: https://hyperledger.github.io/composer/latest/installing/installing-prereqs – Riccardo Jun 16 '19 at 17:38