Difference between revisions of "IT-SDK-Hyperledger-Fabric-Admin"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) |
Samerhijazi (talk | contribs) (→Study-Plan) |
||
| Line 3: | Line 3: | ||
* https://www.hyperledger.org/resources/tutorials | * https://www.hyperledger.org/resources/tutorials | ||
* https://hyperledger-fabric.readthedocs.io/en/latest/getting_started.html | * https://hyperledger-fabric.readthedocs.io/en/latest/getting_started.html | ||
| + | =Infrastructure= | ||
| + | <pre class="code"> | ||
| + | - vCPU: 2 | ||
| + | - RAM: 7GB | ||
| + | - HDD: 30GB | ||
| + | - OS: Ubuntu 16.04 | ||
| + | </pre> | ||
| + | <pre class="code"> | ||
| + | $ sudo apt install curl | ||
| + | $ sudo apt install git | ||
| + | $ sudo apt install python-minimal | ||
| + | $ sudo apt install docker-ce | ||
| + | </pre> | ||
| + | |||
=Study-Plan= | =Study-Plan= | ||
<pre class="code"> | <pre class="code"> | ||
| − | + | ||
| − | + | </pre> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 16:10, 17 January 2020
- 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
Infrastructure
- vCPU: 2 - RAM: 7GB - HDD: 30GB - OS: Ubuntu 16.04
$ sudo apt install curl $ sudo apt install git $ sudo apt install python-minimal $ sudo apt install docker-ce