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, ∼1620🔥, 0💬
Popular Posts:
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
How to use 'choose ... when ..." policy statements to control execution flows? If you want to contro...
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...