-
Notifications
You must be signed in to change notification settings - Fork 0
/
dappnode_package.json
53 lines (53 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
{
"upstream": [
{
"repo": "ConsenSys/web3signer",
"version": "24.12.0",
"arg": "WEB3SIGNER_VERSION"
},
{
"repo": "dappnode/StakingBrain",
"version": "0.1.25",
"arg": "BRAIN_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.1",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"architectures": ["linux/amd64"],
"mainService": "web3signer",
"shortDescription": "Remote signer + slashing protection database + User interface to import validator keystores + Flyway for handling db migrations",
"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 <[email protected]> (https://github.com/dappnode)",
"contributors": [
"mgarciate <[email protected]> (https://github.com/mgarciate)",
"pablomendezroyo <[email protected]> (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"
}
}