This document discusses how to develop and deploy blockchain applications using Hyperledger Fabric and Hyperledger Composer. It includes the following key points: 1. Hyperledger Composer allows developing a Business Network Archive (BNA) that defines models, queries, and transactions using an interface similar to traditional databases and SQL. The BNA can then be deployed to Hyperledger Fabric. 2. The Hyperledger Composer Playground can be used to develop and test BNAs without needing a local Fabric. BNAs are exported after testing for deployment. 3. To deploy a BNA, an administrator card is created and the BNA is installed and started on Fabric using the card. The deployed network can then