forked from MysticRyuujin/dappnode-polygon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
32 lines (32 loc) · 950 Bytes
/
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
{
"name": "polygon.public.dappnode.eth",
"version": "0.1.0",
"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 (https://github.com/MysticRyuujin)",
"contributors": [
"androolloyd <[email protected]> (https://github.com/androolloyd)",
],
"categories": [
"Developer tools", "Blockchain", "Communications"
],
"keywords": [
"polygon", "matic"
],
"globalEnvs": {
"all": true
},
"backup": [
],
"repository": {
"type": "git",
"url": "https://github.com/MysticRyuujin/dappnode-polygon"
},
"links": {
"homepage": "https://polygon.technology/",
"gateway": "http://bors.polygon.public.dappnode:8545"
},
"license": "GPL v3"
}