mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Add new chaincode and javascript application to demostrate the use of chaincode events and block events with private data. Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
16 lines
426 B
JSON
16 lines
426 B
JSON
{
|
|
"name": "asset-transfer-events",
|
|
"version": "1.0.0",
|
|
"description": "Javascript application that uses chaincode events and block events with private data",
|
|
"engines": {
|
|
"node": ">=12",
|
|
"npm": ">=5"
|
|
},
|
|
"engineStrict": true,
|
|
"author": "Hyperledger",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"fabric-ca-client": "^2.2.2",
|
|
"fabric-network": "^2.2.2"
|
|
}
|
|
}
|