-
- Downloads
first commit
Showing
.gitignore
0 → 100644
.npmrc
0 → 100644
index.js
0 → 100644
lib/PEC_task.js
0 → 100644
lib/model.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "cscec_contract", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "fabric-chaincode-node start" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"fabric-contract-api": "1.4.5", | ||
"fabric-shim": "1.4.5" | ||
} | ||
} |
Please register or sign in to comment