Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperledger/fabric-chaincode-node
Hyperledger Fabric Node.js Smart Contracts
https://github.com/hyperledger/fabric-chaincode-node
blockchain hacktoberfest hyperledger
Last synced: about 17 hours ago
JSON representation
Hyperledger Fabric Node.js Smart Contracts
- Host: GitHub
- URL: https://github.com/hyperledger/fabric-chaincode-node
- Owner: hyperledger
- License: apache-2.0
- Created: 2017-08-01T19:13:33.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T13:12:32.000Z (28 days ago)
- Last Synced: 2025-01-02T13:06:20.610Z (8 days ago)
- Topics: blockchain, hacktoberfest, hyperledger
- Language: JavaScript
- Homepage: https://hyperledger.github.io/fabric-chaincode-node/
- Size: 4.94 MB
- Stars: 252
- Watchers: 16
- Forks: 145
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Hyperledger Fabric - Node.js Contracts
[![Build Status](https://dev.azure.com/Hyperledger/Fabric-Chaincode-Node/_apis/build/status/Fabric-Chaincode-Node?branchName=main)](https://dev.azure.com/Hyperledger/Fabric-Chaincode-Node/_build/latest?definitionId=33&branchName=main)
[![fabric-contract-api npm module](https://img.shields.io/npm/v/fabric-shim?label=fabric-contract-api)](https://www.npmjs.com/package/fabric-contract-api)
[![fabric-shim npm module](https://img.shields.io/npm/v/fabric-shim?label=fabric-shim)](https://www.npmjs.com/package/fabric-shim)
[![fabric-shim-api npm module](https://img.shields.io/npm/v/fabric-shim?label=fabric-shim-api)](https://www.npmjs.com/package/fabric-shim-api)
[![Discord](https://img.shields.io/discord/905194001349627914?label=discord)](https://discordapp.com/channels/905194001349627914/943090527920877598)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](https://hyperledger.github.io/fabric-chaincode-node/) and follow the tutorial links.
- [API documentation](https://hyperledger.github.io/fabric-chaincode-node/)
- [Full Documenation on Hyperledger Fabric](https://hyperledger-fabric.readthedocs.io/)
- [Samples repository](https://github.com/hyperledger/fabric-samples)
- [Quick-start tutorial](TUTORIAL.md)## Compatibility
For details on what Nodejs runtime and versions of Hyperledger Fabric can be used please see the [compatibility document](COMPATIBILITY.md).
## npm Shrinkwrap
In line with the advice from [npm on shrinkwrap](https://docs.npmjs.com/cli/v8/configuring-npm/npm-shrinkwrap-json) 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](CONTRIBUTING.md).
There is also a [release guide](RELEASING.md) 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](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/.