forked from ArturVargas/juno-dappnode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdappnode_package.json
More file actions
41 lines (41 loc) · 1.33 KB
/
dappnode_package.json
File metadata and controls
41 lines (41 loc) · 1.33 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
{
"name": "juno.dnp.dappnode.eth",
"version": "2.0.2",
"shortDescription": "StarkNet full node",
"description": "Nethermind Starknet Node Client Juno",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"hcastc00 <hector@dappnode.io> (https://github.com/hcastc00)",
"Artur Vargas <arturvargas9226@gmail.com> (https://github.com/ArturVargas)",
"Louis Garoche <louis@garoche.me> (https://github.com/lgaroche)"
],
"categories": ["Developer tools", "Blockchain"],
"keywords": ["starknet", "starkware", "nethermind"],
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamArg": "UPSTREAM_VERSION",
"upstreamVersion": "v0.15.19",
"upstreamRepo": "NethermindEth/juno",
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-juno-generic#readme",
"api": "http://juno.dappnode:6060/",
"websocket": "ws://juno.dappnode:6061/"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-juno-generic"
},
"license": "GPL-3.0",
"exposable": [
{
"name": "StarkNet RPC",
"description": "JSON RPC endpoint for StarkNet",
"port": 6060
},
{
"name": "StarkNet WebSocket",
"description": "WebSocket RPC endpoint for StarkNet",
"port": 6061
}
]
}