- Hyperledger Cookbook
- Xun (Brian) Wu Chuanfeng Zhang Andrew Zhang
- 78字
- 2021-06-24 14:59:42
Developing an application with Hyperledger Fabric through the SDK
In the previous recipes, we used the fabric-samples prebuilt devmode environment to deploy and test our asset manager chaincode using chaincode-docker-devmode. In this recipe, we will write UI code to interact with chaincode from blockchain. We will also build a Fabric CA container to improve the security of our application. Fortunately, fabric-sample provides the basic-network template, which can help us set up a basic Fabric network.