fabric-samples/asset-transfer-basic/chaincode-javascript
Mark S. Lewis 29e695187a Use more specific chaincode package versions
This demonstrates good practice in restricting the chaincode package
versions to those applicable for the specific Fabric (major/minor)
version targeted for deployment.

Also some corrections to the repository README. Particularly referring
to other branches for samples targeted at earlier Fabric versions, since
samples in the main branch may exploit features not available in older
Fabric releases, which can cause confusion for end users.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-14 00:24:08 -04:00
..
lib Fixed comment consistency problem (#844) 2022-12-14 09:18:21 +01:00
test Update Node chaincode for v2.5.5 release 2024-06-03 15:27:51 -04:00
.eslintignore Adding chaincode-js to asset-transfer-basic 2020-06-25 12:02:53 -04:00
.eslintrc.js Added javascript chaincode unit tests for asset-transfer-basic 2020-08-21 16:26:35 -04:00
.gitignore Added javascript chaincode unit tests for asset-transfer-basic 2020-08-21 16:26:35 -04:00
index.js Adding chaincode-js to asset-transfer-basic 2020-06-25 12:02:53 -04:00
npm-shrinkwrap.json Use more specific chaincode package versions 2024-06-14 00:24:08 -04:00
package.json Use more specific chaincode package versions 2024-06-14 00:24:08 -04:00