forked from worldsibu/convector-example-token
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchaincode.config.json
More file actions
37 lines (37 loc) · 1.14 KB
/
chaincode.config.json
File metadata and controls
37 lines (37 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"txTimeout": 300000,
"worldsibuNpmToken": "fe52a29b-b390-40b0-8458-7581996d870a",
"channel": "mychannel",
"peers": [
{
"url": "grpc://localhost:7051",
"events": "grpc://localhost:7053",
"msp": "./node_modules/@worldsibu/convector-tool-dev-env/network-objects/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com"
}
],
"orderer": {
"url": "grpc://localhost:7050",
"msp": "./node_modules/@worldsibu/convector-tool-dev-env/network-objects/crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com"
},
"admin": {
"name": "admin",
"mspName": "Org1MSP",
"keyStore": "./.hfc-key-store",
"msp": "./node_modules/@worldsibu/convector-tool-dev-env/network-objects/crypto-config/peerOrganizations/org1.example.com/users/Admin@org1.example.com"
},
"controllers": [
{
"name": "@worldsibu/convector-example-token",
"version": "file:./token",
"controller": "TokenController"
}
],
"policy": {
"identities": [
{ "role": { "name": "member", "mspId": "Org1MSP" }}
],
"policy": {
"1-of": [{ "signed-by": 0 }]
}
}
}