Hyperledger Fabric Tutorial Part 1
Hyperledger Fabric Tutorial Part 1
Hyperledger Fabric Tutorial Part 1
https://www.udemy.com/tutorial-hyperledger-setup/?couponCode=HLFTUTDCK
https://courses.pragmaticpaths.com/p/hyperledger-fabric/?coupon_code=HALFOFF
Local Workbench Setup
@acloudfan
http://ACloudFan.com
Course Project Repository
http://acloudfan.com/download-files
HLF-Workbench-v1.3-1.zip
HLF-Workbench-v1.x-y.zip
Password is in Lecture#3
Course Project Repository
<<Double Click>> sometimes does not work on password protected files !!!
Course Project Repository
vagrant up
vagrant ssh
Password: vagrant
cd /vagrant/setup
docker version
cd /vagrant/setup
orderer version
peer version
cd /vagrant/setup
fabric-ca-server version
fabric-ca-client version
Workbench Walkthrough
[email protected]
Cleanup of test set ups
@acloudfan
http://ACloudFan.com
Orderer utilities
Peer utilities
Demonstrate the working
Peer Peer
localhost:7050 Orderer
Solo localhost:7051 localhost:8051
Budget Organization
localhost:7054 Peer
airlinechannel
localhost:9051
Demo: Launch the multi-org setup
fabric-ca cd fabric-ca/bins
bins
./run-all-caserver.sh
run-all-caserver.sh
2. Generate configuration & Launch Orderer
orderer cd orderer/bins
bins
./run-all-orderer.sh
run-all-orderer.sh
3. Create the airlinechannel and launch peers
peers cd peers/bins
bins
./run-all-peers.sh
run-all-peers.sh
Test the setup
cd peers/bins
peers
bins
. set-env acme 7050 admin
chain-test.sh
./chain-test.sh install
| instantiate
| query
| invoke
Test the setup
setup ./clean.sh
./clean.sh all
Familiarize with
Pause the video on each page – try out the exercise & then proceed @acloudfan
http://ACloudFan.com
Download the PDF version of this exercise from link in resources
1 Create the Multi-Org Fabric setup
orderer peers
orderer.log acme-peer1.log
acme-peer2.log
budget-peer1.log
2 Test the Multi-Org Fabric setup
./chain-test.sh install
./chain-test.sh instantiate
If you have already installed & instantiated on acme-peer then skip this step ☺
2 Test the Multi-Org Fabric setup
./chain-test.sh install
./chain-test.sh install
fabric-ca
client
server
cd fabric-ca/bins ./clean.sh