-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathdappnode_package.json
46 lines (46 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
44
45
46
{
"name": "polygon.public.dappnode.eth",
"version": "0.2.0",
"shortDescription": "Polygon PoS Client Full Node (Pruned)",
"description": "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.",
"type": "service",
"chain": "ethereum",
"mainService": "bor",
"author": "MysticRyuujin <[email protected]> (https://github.com/MysticRyuujin)",
"contributors": [
"androolloyd <[email protected]> (https://github.com/androolloyd)",
"AJolly (https://github.com/AJolly)"
],
"categories": [
"Developer tools", "Blockchain", "Communications"
],
"keywords": [
"polygon", "matic"
],
"globalEnvs": {
"all": true
},
"backup": [
],
"exposable": [
{
"name": "Polygon JSON RPC",
"description": "JSON RPC endpoint for Polygon PoS",
"serviceName": "bor",
"port": 8545
}
],
"repository": {
"type": "git",
"url": "https://github.com/MysticRyuujin/dappnode-polygon"
},
"bugs": {
"url": "https://github.com/MysticRyuujin/dappnode-polygon/issues"
},
"links": {
"homepage": "https://polygon.technology/",
"api": "http://heimdalld.polygon.public.dappnode:26657",
"gateway": "http://bor.polygon.public.dappnode:8545"
},
"license": "GLP-3.0"
}