4.7 Hyperledger Fabric - 应用程序开发 - 应用程序设计元素

应用程序开发 - 应用程序设计元素

本节详细介绍了 Hyperledger Fabric 中的客户端应用程序和智能合约开发的关键功能。对功能的深入了解将帮助你设计和实现高效的解决方案。

  • 合约名称
  • 链码命名空间
  • 交易上下文
  • 交易处理程序
  • 背书策略
  • 连接配置文件
  • 连接选项
  • 钱包
  • 网关

Reference

  • Docs » Developing Applications » Application design elements, https://hyperledger-fabric.readthedocs.io/en/release-1.4/developapps/designelements.html
  • Docs » Developing Applications » Application design elements » Contract names, https://hyperledger-fabric.readthedocs.io/en/release-1.4/developapps/contractname.html
  • Docs » Developing Applications » Application design elements » Chaincode namespace, https://hyperledger-fabric.readthedocs.io/en/release-1.4/developapps/chaincodenamespace.html
  • Docs » Developing Applications » Application design elements » Transaction context, https://hyperledger-fabric.readthedocs.io/en/release-1.4/developapps/transactioncontext.html
  • Docs » Developing Applications » Application design elements » Transaction handlers, https://hyperledger-fabric.readthedocs.io/en/release-1.4/developapps/transactionhandler.html
  • Docs » Developing Applications » Application design elements » Endorsement policies, https://hyperledger-fabric.readthedocs.io/en/release-1.4/developapps/endorsementpolicies.html
  • Docs » Developing Applications » Application design elements » Connection Profile, https://hyperledger-fabric.readthedocs.io/en/release-1.4/developapps/connectionprofile.html
  • Docs » Developing Applications » Application design elements » Connection Options, https://hyperledger-fabric.readthedocs.io/en/release-1.4/developapps/connectionoptions.html
  • Docs » Developing Applications » Application design elements » Wallet, https://hyperledger-fabric.readthedocs.io/en/release-1.4/developapps/wallet.html
  • Docs » Developing Applications » Application design elements » Gateway, https://hyperledger-fabric.readthedocs.io/en/release-1.4/developapps/gateway.html

项目源代码

项目源代码会逐步上传到 Github,地址为 https://github.com/windstamp。

Contributor

  1. Windstamp, https://github.com/windstamp

你可能感兴趣的:(4.7 Hyperledger Fabric - 应用程序开发 - 应用程序设计元素)