-
CLI grpc arguments not being passed when running chaincode as a server Related to hyperledger#318
-
Range query restrictions on composite keys (HLF justified this somehow): See https://github.com/arise-travel/fabric-chaincode-node/commit/03d00e0263611470e679828bd6a57bb3f54737bd
This is the project to support the writing of Contracts with the node.js runtime.
As an application developer, to learn about how to implement "Smart Contracts" for Hyperledger Fabric using Node.js, please visit the API documentation and follow the tutorial links.
For details on what Nodejs runtime and versions of Hyperledger Fabric can be used please see the compatibility document.
In line with the advice from npm on shrinkwrap the modules published do not contain a npm-shrinkwrap.json
file.
It is STRONGLY recommended therefore that after testing, and before putting your contract into production a npm-shrinkwrap.json
file is created. When the chaincode is install it will be via a npm install --production
command.
If you are interested in contributing updates to this project, please start with the contributing guide.
There is also a release guide describing the process for publishing new versions.
Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.