-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdappnode_package.json
More file actions
58 lines (58 loc) · 1.76 KB
/
dappnode_package.json
File metadata and controls
58 lines (58 loc) · 1.76 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
{
"upstream": [
{
"repo": "ConsenSys/web3signer",
"version": "25.11.0",
"arg": "WEB3SIGNER_VERSION"
},
{
"repo": "dappnode/StakingBrain",
"version": "0.1.31",
"arg": "BRAIN_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2",
"arg": "STAKER_SCRIPTS_VERSION"
},
{
"repo": "dappnode/validator-tracker",
"version": "0.1.5",
"arg": "TRACKER_VERSION"
}
],
"architectures": ["linux/amd64", "linux/arm64"],
"mainService": "web3signer",
"shortDescription": "Remote signer + slashing protection database + User interface to import validator keystores + Flyway for handling db migrations + validatro tracker for notifications",
"description": "Web3Signer package manages your validator keystores effectively, providing a seamless way to handle signing requests and switch between clients with ease.",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"mgarciate <mgarciate@gmail.com> (https://github.com/mgarciate)",
"pablomendezroyo <mendez4a@gmail.com> (https://github.com/pablomendezroyo"
],
"categories": ["Blockchain", "ETH2.0"],
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-web3signer-generic.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-web3signer-generic/issues"
},
"license": "Apache-2.0",
"backup": [
{
"name": "keystores",
"path": "/data/keyfiles",
"service": "web3signer"
},
{
"name": "brain-db",
"path": "/app/data/brain-db.json",
"service": "brain"
}
],
"requirements": {
"minimumDappnodeVersion": "0.2.101"
}
}