node-red-contrib-fabric-blocks-listener
Version:
A node that listens to the blocks events in Hyperledger Fabric peer and sends the blocks as JSON objects to ouput 1 and read/write set from every transaction to output 2
27 lines • 866 B
JSON
{
"name": "node-red-contrib-fabric-blocks-listener",
"version": "1.4.0",
"description": "A node that listens to the blocks events in Hyperledger Fabric peer and sends the blocks as JSON objects to ouput 1 and read/write set from every transaction to output 2",
"main": "fabric-blocks-listener.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"fabric-client": "~1.4.0"
},
"keywords": [
"node-red",
"hyperledger-fabric"
],
"repository": {
"type": "git",
"url": "https://github.com/frbrkoala/node-red-contrib-fabric-blocks-listener.git"
},
"node-red": {
"nodes": {
"fabric-blocks-listener": "fabric-blocks-listener.js"
}
},
"author": "Nikolay Vlasov",
"license": "Apache License 2.0"
}