-
Notifications
You must be signed in to change notification settings - Fork 0
/
dappnode_package.json
43 lines (43 loc) · 1.37 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
{
"name": "near.dnp.dappnode.eth",
"version": "0.1.5",
"upstreamVersion": "1.40.0",
"upstreamRepo": "near/nearcore",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Reimagine your world.",
"description": "Through simple, secure, and scalable technology, NEAR empowers millions to invent and explore new experiences. Business, creativity, and community are being reimagined for a more sustainable and inclusive future.",
"type": "service",
"mainService": "near",
"author": "eduadiez <eduadiez@gmail.com> (https://github.com/eduadiez)",
"contributors": [
"mgarciate <mgarciate@gmail.com> (https://github.com/mgarciate)",
"Voss <voss@visnovalabs.io> (https://github.com/alexpeterson91)"
],
"categories": ["Blockchain", "Developer tools"],
"architectures": ["linux/amd64"],
"links": {
"homepage": "https://near.org",
"api": "http://near.dappnode:3030",
"Wallet": "http://wallet.near.dappnode"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-NEAR.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-NEAR/issues"
},
"backup": [
{
"name": "config",
"path": "/srv/near/config.json",
"service": "near"
},
{
"name": "validator_key",
"path": "/srv/near/validator_key.json",
"service": "near"
}
],
"license": "GPL-3.0"
}