I hope to create channels and install chaincodes in fabric v2.2. But node sdk no longer provides these functions in version 2.2. How can I achieve these functions using nodejs?
I found some examples of calling the system chaincode lscc, qscc to get some functions not provided by the SDK, such as querying the installed chaincode, block information, etc. Can I implement functions such as installing chaincode and adding channels in the same way? But I can't figure out how to format the parameters, is there some concrete example you can provide? or some other methods? I tried to use java and go sdk, but their configuration is too cumbersome and there is no clear tutorial.