Skip to content

Commit 4c19614

Browse files
committed
[FAB-4284] - Fix SDK links
incorporate JZ comments.. couple outdated links changed to accurate URL [ci-skip] Change-Id: I2530d9243d330360f11efc8cd4e60b98135b6082 Signed-off-by: Nick Gaski <[email protected]>
1 parent d25b994 commit 4c19614

File tree

2 files changed

+13
-36
lines changed

2 files changed

+13
-36
lines changed

docs/source/Setup/NodeSDK-setup.rst

+9-32
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,16 @@
1-
Hyperledger Fabric Client (HFC) SDK for Node.js
1+
Hyperledger Fabric SDK for Node.js
22
-----------------------------------------------
33

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.
66

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.
1311

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.
3614

3715
.. Licensed under Creative Commons Attribution 4.0 International License
3816
https://creativecommons.org/licenses/by/4.0/
39-

test/tools/PTE/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
# Performance Traffic Engine - PTE
33

4-
The Performance Traffic Engine (PTE) uses [Hyperledger Fabric Client (HFC) Node SDK](http://hyperledger-fabric.readthedocs.io/en/latest/nodesdk.html) to interact with a [Hyperledger Fabric](http://hyperledger-fabric.readthedocs.io/en/latest/) network.
4+
The Performance Traffic Engine (PTE) uses [Hyperledger Fabric Client (HFC) Node SDK](https://fabric-sdk-node.github.io/index.html)
5+
to interact with a [Hyperledger Fabric](http://hyperledger-fabric.readthedocs.io/en/latest/) network.
56

67
## Table Of Contents:
78
- [Prerequisites](#prerequisites)
@@ -28,7 +29,7 @@ The Performance Traffic Engine (PTE) uses [Hyperledger Fabric Client (HFC) Node
2829
- PTE commit level: `latest`
2930

3031
### Code Base for v1.0.0-alpha
31-
For v1.0.0-alpha support, use v1performance commit level `aa73747ccf5f511fbcd10a962dd1e588bde1a8b0`.
32+
For v1.0.0-alpha support, use v1performance commit level `aa73747ccf5f511fbcd10a962dd1e588bde1a8b0`.
3233
Below is the v1.0.0-alpha commit levels.
3334

3435
- Fabric commit level: `fa3d88cde177750804c7175ae000e0923199735c`
@@ -258,7 +259,7 @@ Although PTE's primary use case is to drive transactions into a Fabric network,
258259
```
259260
"transMode": "Simple",
260261
"transType": "instantiate",
261-
"invokeType": "Move",
262+
"invokeType": "Move",
262263
```
263264
and set channelOpt name to the channel name:
264265
```
@@ -516,4 +517,3 @@ The service credentials contain the information of the network and are stored in
516517
---
517518
518519
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
519-

0 commit comments

Comments
 (0)