DEV Community

Discussion on: Getting started with Hyperledger Composer and private blockchains

 
damcosset profile image
Damien Cosset

I'm not sure. Could you check that you are using the same composer version everywhere? When I wrote this article, the composer version was 0.16 I believe. It is now 0.19 or so. If the code is the same as mine, that might be an issue.

Thread Thread
 
zainabas profile image
zainabAS

I was using compser 0.19 with the old fabric version "hlfv1".
I changed it to the new one "hlfv11" and the problem is solved.

Thanks.