How to check if chaincode is instantiated

333 Views Asked by At

I have application that uses fabric-sdk-java to join new peers to the existing fabric network. When joining peer I want to install chaincode on the peer and instantiate it (in case it had not been instantiated on the channel).

Is there any way to check using sdk if a specific chaincode is instantiated on the channel?

0

There are 0 best solutions below