Other Components
The figure below provides an overview of the remaining components that make up the fabric shim highlighted in bold. The figure also shows the implementation of the response.go file that contains the deifinition of constants and helper functions that are used to create success and error responses by the chaincode developers.
The rest of the files cover:
- Configuration Management (i.e. config.go): this will be discussed in more detail in the section Securing the Chaincode Process section.
- GRPC Client-server Communication (i.e. client.go and server.go)
- Chaincode Execution as Server (i.e. chaincodeserver.go): this will be discussed in more detail in the Chaincode Execution Patterns section.
Last update: April 15, 2020 13:57:25