-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdappnode_package.json
30 lines (30 loc) · 1 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
{
"name": "pathfinder.public.dappnode.eth",
"version": "0.4.0",
"shortDescription": "StarkNet full node",
"description": "Wrapper to run a StarkNet full node giving you a safe view into StarkNet.\n\nSee Pathfinder from EQLabs: https://github.com/eqlabs/pathfinder.",
"type": "service",
"author": "Bufander <[email protected]> (https://github.com/bufander)",
"categories": ["Developer tools", "Blockchain"],
"keywords": ["starknet", "starkware"],
"architectures": ["linux/amd64"],
"links": {
"homepage": "https://github.com/bufander/DAppNodePackage-pathfinder#readme",
"api": "http://pathfinder.public.dappnode:9545/"
},
"repository": {
"type": "git",
"url": "https://github.com/bufander/DAppNodePackage-pathfinder.git"
},
"bugs": {
"url": "https://github.com/bufander/DAppNodePackage-pathfinder/issues"
},
"license": "GLP-3.0",
"exposable": [
{
"name": "StarkNet RPC",
"description": "JSON RPC endpoint for StarkNet",
"port": 9545
}
]
}