简体   繁体   中英

Hyperledger Fabric 2.2 Front End on React js using node js API

I've recently created a custom hyperledger fabric 2.2 blockchain network using javascript and want to connect it to a React.js front end using node.js API. Tried searching some examples but they are mostly on hyperledger fabric 1.4

Are there any samples/examples available for this specific case where I can get help from. Thanks!

fabric-samples

The link I suggested is tagged as v2.1.1 (verified), but I confirmed that it works with fabric 2.2.

You can use fabric-samples to get started working with Hyperledger Fabric.
explore important Fabric features, and learn how to build applications that can interact with blockchain networks using the Fabric SDKs. To learn more about Hyperledger Fabric, visit the Fabric documentation.


fabric-sdk-node

The actual implementation example is attached under the fabcar/javascript , fabcar/typescript directory of the fabcar directory from the link. See this.

I refer more to the official documentation when developing. In the case of the actual official document, you can know about the node-sdk specification related to 2.2. Of course, for more detailed information other than the above document, analyze the fabric-sdk-node code itself and proceed with development.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM