mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
basic network: - update docker-compose.yaml to use v1.0.2 - regenerate artifacts fabcar: - update creds chaincode-docker-devmode: - renegerate channel tx and genesis block balance-transfer: - update docker-compose.yaml - update readme to use download link - regenerate channel artifacts Change-Id: I7d52f1afce51ea9e1b115fa287d281af95d9ad85 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
22 lines
507 B
JSON
22 lines
507 B
JSON
{
|
|
"name": "fabcar",
|
|
"version": "1.0.0",
|
|
"description": "Hyperledger Fabric Car Sample Application",
|
|
"main": "fabcar.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"fabric-ca-client": "^1.0.1",
|
|
"fabric-client": "^1.0.1"
|
|
},
|
|
"author": "Anthony O'Dowd",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"Hyperledger",
|
|
"Fabric",
|
|
"Car",
|
|
"Sample",
|
|
"Application"
|
|
]
|
|
}
|