sara-sabr / poc-blockchain-platforms

WIP - Multi-project proof of concepts for various blockchain technologies.
MIT License
0 stars 1 forks source link

00 - Local Environment Setup #13

Open e-wu opened 4 years ago

e-wu commented 4 years ago

AS A new developer to hyperledger fabric, I WANT TO define have a development environment SO THAT I can start working.

Tooling:

Tasks

mkdir ./scripts
# Fetch bootstrap.sh from fabric repository using
curl -sS https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh -o ./scripts/bootstrap.sh
# Change file mode to executable
chmod +x ./scripts/bootstrap.sh
# Download binaries and docker images
./scripts/bootstrap.sh