IBM / global-financing-blockchain

A global finance application on blockchain developed using the IBM Blockchain Platform Extension for VS Code
https://developer.ibm.com/patterns/global-financing-use-case-for-blockchain/
Apache License 2.0
69 stars 73 forks source link

Error getting metadata for smart contract globalfinancing #3

Closed andrewyuau closed 5 years ago

andrewyuau commented 5 years ago

Hi,

I ran this today and I received an error when I tried to instantiate the contract. The error message is "Error getting metadata for smart contract globalfinancing, please ensure this smart contract is depending on at least fabric-contract@1.4.0-beta2". See screenshot below for details.

image

raheelzubairy commented 5 years ago

@andrewyuau I just went successfully through the pattern and application, and made updates here: https://github.com/IBM/global-financing-blockchain/commit/1cb31cc72392c5669bc81f3357bf078b44392429 including updating the contract libraries to "1.4.0-beta2"

Could you try and see if this corrects your issue? You should see a notification for successfully instantiated smart contract

andrewyuau commented 5 years ago

Thank you for the updates, I now see the notification for a successful instantiation, although I still see the same error message. The web app is working fine.

raheelzubairy commented 5 years ago

@andrewyuau are you still seeing the error message?