Include link to external chaincode builder doc (#356)

Signed-off-by: Nikhil Gupta <ngupta@symbridge.com>
This commit is contained in:
nikhil550 2020-10-19 14:05:52 -04:00 committed by GitHub
parent d081d0cd3f
commit 15740deec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
# 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 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.
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.
**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.