Reputation: 31
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.
Upvotes: 1
Views: 947
Reputation: 6740
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
Upvotes: 1