Skip to content

Jerrylum/fabric-chaincode-node

This branch is 14 commits ahead of, 25 commits behind hyperledger/fabric-chaincode-node:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

072c3a3 · Mar 14, 2024
Feb 6, 2024
Mar 14, 2024
Dec 9, 2022
Mar 13, 2024
Sep 7, 2023
Jun 16, 2023
Mar 14, 2024
Jan 25, 2023
Jun 16, 2023
Jun 16, 2023
Oct 18, 2018
Sep 6, 2019
Mar 13, 2024
Dec 20, 2019
Nov 8, 2021
Jun 16, 2023
Jan 6, 2020
Apr 5, 2018
Mar 31, 2023
Sep 7, 2023
Apr 5, 2018
Mar 2, 2023
May 23, 2022
May 4, 2022
Sep 13, 2021
Sep 7, 2023
Sep 7, 2023

Repository files navigation

Hyperledger Fabric - Node.js Contracts

Build Status fabric-contract-api npm module fabric-shim npm module fabric-shim-api npm module Discord

This is the project to support the writing of Contracts with the node.js runtime.

Documentation

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.

Compatibility

For details on what Nodejs runtime and versions of Hyperledger Fabric can be used please see the compatibility document.

npm Shrinkwrap

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.

Contributing

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.


License

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

About

Hyperledger Fabric Node.js Smart Contracts

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • TypeScript 3.1%
  • Shell 1.2%
  • Dockerfile 0.1%