C/C++教程

Tutorials-reference

本文主要是介绍Tutorials-reference,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

https://hyperledger-fabric.readthedocs.io/en/latest/tutorials.html

Tutorials(教程)

​ Application developers can use the Fabric tutorials to get started building their own solutions.

  1. Start working with Fabric by deploying the test network on your local machine.
  2. You can then use the steps provided by the Deploying a smart contract to a channel tutorial to deploy and test your smart contracts.
  3. The Running a Fabric Application tutorial provides an introduction to how to use the APIs provided by the Fabric SDKs to invoke smart contracts from your client applications.
  4. For an in depth overview of how Fabric applications and smart contracts work together, you can visit the Developing Applications topic.

+++

  1. Network operators can use the Deploying a smart contract to a channel tutorial and the Creating a channel tutorial series to learn important aspects of administering a running network.
  2. Both network operators and application developers can use the tutorials on Private data and CouchDB to explore important Fabric features.
  3. When you are ready to deploy Hyperledger Fabric in production, see the guide for Deploying a production network.

+++

There are two tutorials for updating a channel: Updating a channel configuration and Updating the capability level of a channel, while Upgrading your components shows how to upgrade components like peers, ordering nodes, SDKs, and more.

+++

Finally, we provide an introduction to how to write a basic smart contract, Writing Your First Chaincode.

+++

Note

If you have questions not addressed by this documentation, or run into issues with any of the tutorials, please visit the Still Have Questions? page for some tips on where to find additional help.

Tutorials

  • Using the Fabric test network
  • Deploying a smart contract to a channel
  • Running a Fabric Application
  • Commercial paper tutorial
  • Using Private Data in Fabric
  • Secured asset transfer in Fabric
  • Using CouchDB
  • Creating a channel
  • Adding an Org to a Channel
  • Updating a channel configuration
  • Writing Your First Chaincode
  • Running chaincode in development mode
  • Videos
这篇关于Tutorials-reference的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!