Hyperledger Fabric on Raspberry pi 3
I'm trying to deploy hyperledger fabric on a raspberry pi, but it doesn't work. I'm searching for some tutorial but i didn't found it, there are someone that just did it? Artem Barger Last time I've tried to run Hyperledger Fabric on RPi I've prepared following instructions: Install latest RASPBIAN on SD card, you can download image from:
https://www.raspberrypi.org/downloads/raspbian/ Update and upgrade latest by running:
sudo apt-get update && sudo apt-get upgrade -y Install required dependencies:
sudo apt-get install git curl gcc libc6-dev libltdl3-dev python-setuptools -y Upgrade python