IT-SDK-Hyperledger-Fabric-Admin
Revision as of 23:30, 12 January 2020 by Samerhijazi (talk | contribs)
- https://www.hyperledger.org/resources/training/hyperledger-fabric-certification
- https://www.udemy.com/course/certified-hyperledger-fabric-developer-cbdh-practice-exams/
- https://www.hyperledger.org/resources/tutorials
- https://hyperledger-fabric.readthedocs.io/en/latest/getting_started.html
Study-Plan
sudo apt update sudo apt -y upgrade sudo apt install curl sudo apt install git sudo apt install -y python-minimal sudo apt install apt-transport-https ca-certificates gnpg-agent software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" sudo apt update sudo apt -y install docker-ce