forked from nanexcool/dappnode-geth
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathdappnode_package.json
43 lines (43 loc) · 1.58 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
{
"name": "geth.dnp.dappnode.eth",
"version": "0.1.44",
"upstreamVersion": "v1.14.3",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Geth is the official Go implementation of the Ethereum protocol.",
"description": "Ethereum is a global, open-source platform for decentralized applications where you can write code that controls digital value, runs exactly as programmed, and is accessible anywhere in the world.",
"type": "service",
"architectures": ["linux/amd64", "linux/arm64"],
"chain": "ethereum",
"dockerTimeout": "20min",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"Mariano Conti (nanexcool) (hhttps://github.com/nanexcool)",
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)",
"MysticRyuujin <[email protected]> (https://github.com/MysticRyuujin)"
],
"categories": ["Blockchain"],
"keywords": ["geth", "go-ethereum", "ethereum", "client", "execution"],
"license": "GPL-3.0",
"links": {
"api": "http://geth.dappnode:8545",
"apiEngine": "http://geth.dappnode:8551",
"homepage": "https://github.com/dappnode/DAppNodePackage-geth#readme"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-geth.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-geth/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.60"
},
"globalEnvs": [
{
"envs": ["CONSENSUS_CLIENT_MAINNET"],
"services": ["geth.dnp.dappnode.eth"]
}
]
}