-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdappnode_package.json
46 lines (46 loc) · 1.56 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
{
"name": "alephium.dnp.dappnode.eth",
"version": "0.1.57",
"upstream": [
{
"repo": "alephium/alephium",
"version": "v3.11.2",
"arg": "ALEPHIUM_VERSION"
},
{
"repo": "alephium/explorer-backend",
"version": "v2.6.0",
"arg": "ALEPHIUM_BACKEND_VERSION"
},
{
"repo": "mgarciate/alephium-frontend",
"version": "1.10.11",
"arg": "ALEPHIUM_EXPLORER_VERSION"
}
],
"shortDescription": "A new paradigm",
"description": "Alephium is the first live layer 1 sharded blockchain scaling and improving on Bitcoin core technologies, Proof of Work and UTXO. It delivers a highly performant, secure DeFi & dApps platform with enhanced energy efficiency.",
"type": "service",
"mainService": "alephium",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"mgarciate <[email protected]> (https://github.com/mgarciate)"
],
"categories": ["Blockchain"],
"architectures": ["linux/amd64"],
"links": {
"homepage": "https://github.com/alephium/alephium",
"api": "http://alephium.alephium.dappnode:12973",
"OpenAPI Node": "http://alephium.alephium.dappnode:12973/docs",
"OpenAPI Explorer": "http://explorer-backend.alephium.dappnode:9090/docs",
"Block explorer": "http://explorer-frontend.alephium.dappnode:3000"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-alephium.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-alephium/issues"
},
"license": "GPL-3.0"
}