mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
|
|
||
|---|---|---|
| .. | ||
| 01-FabricGateway-ES.md | ||
| 01-FabricGateway.md | ||
| 02-Exercise-RunApplication-ES.md | ||
| 02-Exercise-RunApplication.md | ||
| 03-ApplicationOverview-ES.md | ||
| 03-ApplicationOverview.md | ||
| 04-Exercise-AssetTransfer-ES.md | ||
| 04-Exercise-AssetTransfer.md | ||
| 05-ChaincodeEvents-ES.md | ||
| 05-ChaincodeEvents.md | ||
| 06-Exercise-ChaincodeEvents-ES.md | ||
| 06-Exercise-ChaincodeEvents.md | ||
| README.md | ||
Client Application Development
This session consists of the following topics to be covered in order:
- Fabric Gateway - overview of the Fabric Gateway service used by client applications to interact with the Fabric network.
- Exercise: Run the client application - run the Trader sample application.
- Application overview - description of key parts of the application.
- Exercise: Implement asset transfer - enhance the client application to allow the transfer of assets.
- Chaincode events - overview of chaincode events and their use.
- Exercise: Use chaincode events - listen for chaincode events and use them to implement notifications.