fabric-samples/test-network-nano-bash/chaincode-external/connection.json
Arnaud J Le Hors daf08981dd
Add external chaincode service for Nano Test Network (#650)
This addresses Issue #504. This extends the test-network-nano-bash
sample to offer an option to run a fabric network without using any
containers at all. The chaincode is running as an external service
directly on the host machine.

Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
2022-03-09 08:47:31 +00:00

5 lines
84 B
JSON

{
"address": "127.0.0.1:9999",
"dial_timeout": "10s",
"tls_required": false
}