简体   繁体   中英

How to find the current version of IBM Hyperledger fabric?

如何获得ibm hyperledger fabric的composer-cli,composer-rest-server,composer-playground版本?

You can follow the installation doc https://console.bluemix.net/docs/services/blockchain/develop_install.html#installing-a-development-environment

For Hyperledger Fabric v1.2.1:

  • npm install -g composer-cli@0.20.x
  • npm install -g composer-rest-server@0.20.x
  • npm install -g generator-hyperledger-composer@0.20.x
  • npm install -g composer-playground@0.20.x

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM