Deploy Chaincode from an External Service
You can run external chaincode, or chaincode as a service, on Oracle Blockchain Platform.
Hyperledger Fabric v2.x supports running chaincode as a service that is managed externally instead of being
built and launched on a peer node. This functionality decouples creating the chaincode
from deploying it to the Hyperledger Fabric network. Instead, the chaincode can be
managed by an administrator independently of the peer node.