Include link to external chaincode builder doc

Signed-off-by: Nikhil Gupta <ngupta@symbridge.com>
This commit is contained in:
Nikhil Gupta 2020-10-19 12:18:28 -04:00
parent d081d0cd3f
commit e24d863726

View file

@ -1,8 +1,6 @@
# Asset-Transfer-Basic as an external service # Asset-Transfer-Basic as an external service
See the "Chaincode as an external service" documentation for an introduction on how to run chaincode as an external service. This sample provides an introduction to how to use external builder and launcher scripts to run chaincode as an external service to your peer. For more information, see the [Chaincode as an external service](https://hyperledger-fabric.readthedocs.io/en/latest/cc_launcher.html) topic in the Fabric documentation.
This sample includes the external builder and launcher scripts which the peers in your Fabric network will require
in order to run an asset transfer chaincode as an external service.
**Note:** each organization in a real network would need to setup and host their own instance of the external service. For simplification purpose, in this sample we use the same instance for both organizations. **Note:** each organization in a real network would need to setup and host their own instance of the external service. For simplification purpose, in this sample we use the same instance for both organizations.