-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdappnode_package.json
More file actions
65 lines (65 loc) · 2.3 KB
/
Copy pathdappnode_package.json
File metadata and controls
65 lines (65 loc) · 2.3 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
{
"name": "vipnode.dnp.dappnode.eth",
"version": "0.2.0",
"upstreamVersion": "3.0.1",
"shortDescription": "Economic incentive for running Ethereum full nodes",
"description": "[Vipnode](https://vipnode.org)'s goal is to allow the Ethereum network to remain decentralized by creating a financial marketplace for more people to run full nodes and serve native light clients. Check this [medium article](https://medium.com/vipnode/an-economic-incentive-for-running-ethereum-full-nodes-ecc0c9ebe22) to understand the motivation behind this project and this [2.0 release article](https://medium.com/vipnode/vipnode-2-0-released-9af1d65b4552) for a tutorial on how to use Vipnode.",
"avatar": "/ipfs/QmSVNvnnq1Wg5aXT7fxWHQbLbR1aqccGUJsCWjNVT7qtFL",
"type": "service",
"image": {
"path": "vipnode.dnp.dappnode.eth_0.2.0.tar.xz",
"hash": "/ipfs/QmWfEW7i4VBkYZW66eoUT8zTBNe6GUhiy4H7zFFNSg5Kht",
"size": 7886652,
"restart": "always",
"environment": [
"PAYOUT_ADDRESS="
],
"external_vol": [
"dncore_ethchaindnpdappnodeeth_identity:/app/identity:ro"
]
},
"setupSchema": {
"description": "This setup wizard will help you start. In case of problems: https://github.com/dappnode/DAppNodePackage-vipnode#installing-and-setting-up-vipnode",
"type": "object",
"required": [
"payoutAddress"
],
"properties": {
"payoutAddress": {
"type": "string",
"title": "Payout address",
"description": "Define an Ethereum mainnet address to get rewards to",
"pattern": "^0x[a-fA-F0-9]{40}$"
}
}
},
"setupTarget": {
"payoutAddress": {
"type": "environment",
"name": "PAYOUT_ADDRESS"
}
},
"setupUiJson": {
"payoutAddress": {
"ui:help": "Don't use your main address",
"errorMessages": {
"pattern": "Must be a valid address (0x1fd16a...)"
}
}
},
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"categories": [
"Economic incentive"
],
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-vipnode"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-vipnode.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-vipnode/issues"
},
"license": "GPL-3.0"
}