mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
- implement sample app to issue, transfer, redeem and list tokens - change basic-network/crypto-config.yaml user count to 2 - regenerate crypto and channel config via generate.sh - add fabtoken/README.md Change-Id: I8d270c95b29e4af9c432fb05e7e8dc6be7bbc069 Signed-off-by: Wenjian Qiao <wenjianq@gmail.com>
22 lines
504 B
JSON
22 lines
504 B
JSON
{
|
|
"name": "fabtoken",
|
|
"version": "1.0.0",
|
|
"description": "Hyperledger Fabric Token Sample Application",
|
|
"main": "fabtoken.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"fabric-client": "unstable",
|
|
"fs-extra": "^6.0.1",
|
|
"util": "^0.10.3"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"Hyperledger",
|
|
"Fabric",
|
|
"Token",
|
|
"Sample",
|
|
"Application"
|
|
]
|
|
}
|