Tools, FAQ, Tutorials:
Node.js SDK and Client Application
What is Node.js SDK and how to use it to write client applications?
✍: FYIcenter.com
Hyperledger Fabric Node.js SDK is a set of libraries
that allows you to write client applications to interact with
chaincode in Node.js language.
A Hyperledger Fabric network can be viewed as virtual operating system. Once it is up and running, client applications can be developed to interact with it in different programming languages.
The Node.js SDK is designed to help to develop such a client application quickly in Node.js language. The Node.js SDK offers APIs for you to:
More precisely, Node.js SDK provide 3 API modules with the following features different features:
1. fabric-network:
2.fabric-client:
3. fabric-ca-client:
For more information on Node.js SDK, see fabric-sdk-node.github.io Website.
Â
⇒ FabricCAServices Node.js Class
⇠Download and Install Java SDK
⇑ Interfaces to Communicate with Ledger Peer
⇑⇑ Hyperledger Tutorials
2020-02-07, 1018👍, 0💬
Popular Posts:
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
Where to find tutorials on Visual Studio? I want to know How to learn Visual Studio. Here is a large...
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
How To Add Column Headers to a Table? If you want to add column headers to a table, you need to use ...