|
1 |
| -Hyperledger Fabric Client (HFC) SDK for Node.js |
| 1 | +Hyperledger Fabric SDK for Node.js |
2 | 2 | -----------------------------------------------
|
3 | 3 |
|
4 |
| -The Hyperledger Fabric Client (HFC) SDK provides a powerful and easy to |
5 |
| -use API to interact with a Hyperledger Fabric blockchain. |
| 4 | +The Hyperledger Fabric SDK for Node.js provides a powerful and easy-to-use API |
| 5 | +to interact with a Hyperledger Fabric blockchain. |
6 | 6 |
|
7 |
| -This document assumes that you already have set up a Node.js development |
8 |
| -environment. If not, go |
9 |
| -`here <https://nodejs.org/en/download/package-manager/>`__ to download |
10 |
| -and install Node.js for your OS. You'll also want the latest version of |
11 |
| -``npm`` installed. For that, execute ``sudo npm install npm -g`` to get |
12 |
| -the latest version. |
| 7 | +Refer to the `Hyperledger Fabric SDK for Node.js <https://github.com/hyperledger/fabric-sdk-node>__` |
| 8 | +library for prerequisites and instructions on setting up your local environment. |
| 9 | +The library contains scripts and sample applications to facilitate development and |
| 10 | +run end-to-end testing. |
13 | 11 |
|
14 |
| -Installing the hfc module |
15 |
| -~~~~~~~~~~~~~~~~~~~~~~~~~ |
16 |
| - |
17 |
| -We publish the ``hfc`` node module to ``npm``. To install ``hfc`` from |
18 |
| -npm simply execute the following command: |
19 |
| - |
20 |
| -:: |
21 |
| - |
22 |
| - npm install -g hfc |
23 |
| - |
24 |
| -See `Hyperledger fabric Node.js client |
25 |
| -SDK <http://fabric-sdk-node.readthedocs.io/en/latest/node-sdk-guide>`__ |
26 |
| -for more information. |
27 |
| - |
28 |
| -Hyperledger fabric network |
29 |
| --------------------------- |
30 |
| - |
31 |
| -First, you'll want to have a running peer node and member services. The |
32 |
| -instructions for setting up a network are `here <Network-setup.md>`__. |
33 |
| -You may also use the |
34 |
| -`Fabric-starter-kit <../starter/fabric-starter-kit.md>`__ that provides |
35 |
| -the network. |
| 12 | +See the `Hyperledger Fabric SDK for Node.js <https://fabric-sdk-node.github.io/>`__ |
| 13 | +documentation for API reference on classes and methods. |
36 | 14 |
|
37 | 15 | .. Licensed under Creative Commons Attribution 4.0 International License
|
38 | 16 | https://creativecommons.org/licenses/by/4.0/
|
39 |
| -
|
0 commit comments