Skip to content

Commit

Permalink
[FABN-599] Mocha unit tests for Channel
Browse files Browse the repository at this point in the history
Change-Id: I7963d5ebac20bab8d5021fb4b24e6f67b72717a3
Signed-off-by: Liam Grace <[email protected]>
  • Loading branch information
liam-grace committed Oct 30, 2018
1 parent 0ef68a5 commit 61376fe
Show file tree
Hide file tree
Showing 2 changed files with 479 additions and 3 deletions.
9 changes: 6 additions & 3 deletions fabric-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "fabric-client",
"description": "SDK for writing node.js applications to interact with Hyperledger Fabric. This package encapsulates the APIs to interact with Peers and Orderers of the Fabric network to install and instantiate chaincodes, send transaction invocations and perform chaincode queries.",
"keywords" : ["hyperledger", "blockchain"],
"keywords": [
"hyperledger",
"blockchain"
],
"version": "1.4.0-snapshot",
"tag": "unstable",
"main": "index.js",
Expand Down Expand Up @@ -40,8 +43,8 @@
"nconf": "^0.10.0",
"nyc": "^12.0.2",
"path": "^0.12.7",
"pkcs11js": "^1.0.6",
"protobufjs": "5.0.3",
"pkcs11js": "^1.0.6",
"protobufjs": "5.0.3",
"promise-settle": "^0.3.0",
"restify": "7.2.0",
"rewire": "^4.0.1",
Expand Down
Loading

0 comments on commit 61376fe

Please sign in to comment.