I am writing an application with Hyperledger Fabric.
I want to use fabric-sdk-go
for which I need to write a config file which would be input to fabsdk.New()
.
But I could not find any reference/materials on how to write that file, what parameters to use, how will parameters in that file be used by sdk instance generated by fabsdk.New()
etc.
Could anyone please help me with this information? You could also share any online materials with the required information.