-
Notifications
You must be signed in to change notification settings - Fork 1
/
dappnode_package.json
39 lines (39 loc) · 1.39 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
{
"upstream": [
{
"repo": "ethereum/go-ethereum",
"version": "v1.14.11",
"arg": "UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.0",
"arg": "STAKER_SCRIPTS_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 <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Mariano Conti (nanexcool) (hhttps://github.com/nanexcool)",
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)",
"MysticRyuujin <MysticRyuujin@gmail.com> (https://github.com/MysticRyuujin)"
],
"categories": ["Blockchain"],
"keywords": ["geth", "go-ethereum", "ethereum", "client", "execution"],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-geth-generic.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-geth-generic/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.95"
}
}