-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FABN-1526: Home page to allow access to v1.4 and v2.0 docs (#195)
- Some tidy-up of the v2.0 documentation index for clarity based on the v2.0 release content. - Reference migration tutorial from fabric-network module overview. - Brief description of event listeners in fabric-network module overview. Signed-off-by: Mark S. Lewis <[email protected]>
- Loading branch information
1 parent
ac8c787
commit 8c9f8e1
Showing
7 changed files
with
649 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Hyperledger Fabric SDK for Node.js | ||
|
||
The Hyperledger Fabric SDK allows applications to interact with a Fabric blockchain network. It provides a simple API to submit transactions to a ledger or query the contents of a ledger with minimal code. | ||
|
||
The SDK implements the Fabric programming model as described in the [Developing Applications](https://hyperledger-fabric.readthedocs.io/en/latest/developapps/developing_applications.html) chapter of the Fabric documentation. | ||
|
||
|
||
## Documentation | ||
|
||
Full documentation is published for each of the following versions: | ||
- [2.0](https://hyperledger.github.io/fabric-sdk-node/master/module-fabric-network.html) | ||
- [1.4](https://hyperledger.github.io/fabric-sdk-node/release-1.4/module-fabric-network.html) | ||
|
||
|
||
## Install | ||
|
||
The client API is published to the npm registry in the [fabric-network](https://www.npmjs.com/package/fabric-network) package. | ||
|
||
```sh | ||
npm install fabric-network | ||
``` | ||
|
||
## Samples | ||
|
||
Sample Node.js client applications can be found in the _Commercial Paper_ sample within the [fabric-samples repository](https://github.com/hyperledger/fabric-samples). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.