forked from Consensys/quorum-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
59 lines (59 loc) · 1.62 KB
/
config.example.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"algorithm": "qbft",
"nodes": [
{
"name": "rpcnode",
"client": "goquorum",
"rpcUrl": "http://127.0.0.1:8545",
"privateTxUrl": ""
},
{
"name": "validator1",
"client": "goquorum",
"rpcUrl": "http://127.0.0.1:21001",
"privateTxUrl": ""
},
{
"name": "validator2",
"client": "goquorum",
"rpcUrl": "http://127.0.0.1:21002",
"privateTxUrl": ""
},
{
"name": "validator3",
"client": "goquorum",
"rpcUrl": "http://127.0.0.1:21003",
"privateTxUrl": ""
},
{
"name": "validator4",
"client": "goquorum",
"rpcUrl": "http://127.0.0.1:21004",
"privateTxUrl": ""
},
{
"name": "member1",
"client": "goquorum",
"rpcUrl": "http://127.0.0.1:20000",
"privateTxUrl": "http://127.0.0.1:9081",
"privateKey": "0x8f2a55949038a9610f50fb23b5883af3b4ecb3c3bb792cbcefbd1542c692be63",
"accountAddress": "0xfe3b557e8fb62b89f4916b721be55ceb828dbd73"
},
{
"name": "member2",
"client": "goquorum",
"rpcUrl": "http://127.0.0.1:20002",
"privateTxUrl": "http://127.0.0.1:9082",
"privateKey": "0xc87509a1c067bbde78beb793e6fa76530b6382a4c0241e5e4a9ec0a0f44dc0d3",
"accountAddress": "0x627306090abaB3A6e1400e9345bC60c78a8BEf57"
},
{
"name": "member3",
"client": "goquorum",
"rpcUrl": "http://127.0.0.1:20004",
"privateTxUrl": "http://127.0.0.1:9083",
"privateKey": "0xae6ae8e5ccbfb04590405997ee2d52d2b330726137b875053c36d94e974d162f",
"accountAddress": "0xf17f52151EbEF6C7334FAD080c5704D77216b732"
}
]
}