-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdappnode_package.json
More file actions
68 lines (68 loc) · 1.86 KB
/
Copy pathdappnode_package.json
File metadata and controls
68 lines (68 loc) · 1.86 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"architectures": [
"linux/amd64",
"linux/arm64"
],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"backup": [
{
"name": "keys",
"path": "/root/keys",
"service": "operator"
},
{
"name": "dkg-output",
"path": "/data/dkg/output",
"service": "dkg"
}
],
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-Anchor/issues"
},
"categories": [
"Blockchain",
"ETH2.0"
],
"contributors": [
"Tan Chee Keong <tanck@sigmaprime.io> (https://github.com/chong-he)",
"Daniel Knopik <daniel@sigmaprime.io> (https://github.com/dknopik)"
],
"description": "Anchor is an open source implementation of the Secret Shared Validator (SSV) protocol, written in Rust and maintained by Sigma Prime.",
"license": "Apache-2.0",
"mainService": "operator",
"links": {
"Documentation": "https://anchor.sigmaprime.io/introduction/",
"Github": "https://github.com/sigp/anchor",
"Readme": "https://github.com/dappnode/DAppNodePackage-Anchor",
"SSV Network Explorer": "https://explorer.ssv.network/mainnet/overview",
"SSV Testnet Faucet": "https://faucet.ssv.network/connect",
"SSV Web App": "http://app.ssv.network",
"Support": "https://discord.com/invite/cyAszAh"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-Anchor.git"
},
"requirements": {
"minimumDappnodeVersion": "0.2.101"
},
"shortDescription": "Anchor",
"type": "service",
"upstream": [
{
"arg": "UPSTREAM_VERSION",
"repo": "sigp/anchor",
"version": "v1.2.4"
},
{
"arg": "DKG_UPSTREAM_VERSION",
"repo": "ssvlabs/ssv-dkg",
"version": "v3.0.3"
},
{
"arg": "STAKER_SCRIPTS_VERSION",
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2"
}
]
}