Tools, FAQ, Tutorials:
Install Hyperledger Composer on UBuntu
How to install Hyplerledger Composer on Ubuntu?
✍: FYIcenter.com
You can follow this tutorial to install Hyplerledger Composer on Ubuntu
1. Install Hyplerledger Composer CLI:
$ sudo npm install -g composer-cli ... installation messages ... $ composer --version v0.20.8
2. Install Hyplerledger Composer REST API Server:
$ sudo npm install -g composer-rest-server ... installation messages ... $ composer-rest-server --version v0.20.8
3. Install Hyplerledger Composer Asset Generator:
$ sudo npm install -g generator-hyperledger-composer ... installation messages ...
4. Install Hyplerledger Composer Business Network generator YO:
$ sudo npm install -g yo ... installation messages ... $ yo --version 2.0.5
5. Install Hyplerledger Composer Playground Server:
$ sudo npm install -g composer-playground ... installation messages ... $ composer-playground --version 0.20.8
Â
⇒ Install Hyperledger Fabric on UBuntu
⇠Verify Hyperledger Composer Prerequisites on Ubuntu
2021-05-04, 541👍, 0💬
Popular Posts:
How To Control Padding Spaces within a Table Cell? Cell padding spaces are spaces between cell inner...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
Where to find tutorials on Using Azure API Management Publisher Dashboard? Here is a list of tutoria...
What is EPUB 2.0 Metadata "dc:date" Element? EPUB 2.0 Metadata "dc:date" is an optional metadata ele...