Following the tutorial here and trying to run a local version of Commercial Paper using the basic-network running on my local system:
https://marketplace.visualstudio.com/items?itemName=IBMBlockchain.ibm-blockchain-platform
Running against VSC 1.37.1 on Mac OSX 10.14.6 with all the requisite software installed.
The docs clearly say:
Connecting to another instance of Hyperledger Fabric
The extension allow you to connect to any Hyperledger Fabric instance and perform some operational tasks. The tasks available are: install, instantiate and registering and enrolling identities.
To connect to a Hyperledger Fabric instance on the Fabric Environments panel click the + button. This will ask you for JSON node files that describe how to connect to a Hyperledger Fabric Node i.e. peer, orderer, or certificate authority.
I have basic network running with active docker containers for ca, couchdb, orderer and peer0
Question -- how do I connect to this fabric -- what JSON files do I add to the Fabric Environments
panel?
I'm not interested in using the local fabric the extension has -- I want to use my local fabric.
How? Thank you.