forked from dappnode/DAppNodePackage-besu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dappnode_package.json
55 lines (55 loc) · 1.59 KB
/
dappnode_package.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
{
"name": "besu.public.dappnode.eth",
"version": "1.2.1",
"description": "An enterprise-grade Java-based, Apache 2.0 licensed Ethereum Execution Layer client",
"shortDescription": "Java-based Ethereum Client",
"upstreamVersion": "23.1.3",
"upstreamRepo": "hyperledger/besu",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
"author": "Nabsku <[email protected]> (https://github.com/Nabsku)",
"contributors": [
"Nabsku <[email protected]> (https://github.com/Nabsku)",
"Voss <[email protected]> (https://github/alexpeterson91)"
],
"categories": ["Blockchain"],
"architectures": ["linux/amd64", "linux/arm64"],
"chain": "ethereum",
"requirements": {
"minimumDappnodeVersion": "0.2.60"
},
"exposable": [
{
"name": "Besu JSON RPC",
"description": "JSON RPC endpoint for Besu",
"serviceName": "besu",
"port": 8545
},
{
"name": "Besu JSON RPC (WS)",
"description": "JSON RPC WebSocket endpoint for Besu",
"serviceName": "besu",
"port": 8546
}
],
"links": {
"endpoint": "http://besu.public.dappnode:8545",
"apiEngine": "http://besu.public.dapppnode:8551",
"homepage": "https://github.com/hyperledger/besu",
"docs": "https://besu.hyperledger.org/en/stable/"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-Besu/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-Besu.git"
},
"license": "Apache-2.0",
"globalEnvs": [
{
"envs": ["CONSENSUS_CLIENT_MAINNET"],
"services": ["besu"]
}
]
}