forked from MysticRyuujin/dappnode-polygon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdappnode_package.json
More file actions
34 lines (34 loc) · 1.15 KB
/
dappnode_package.json
File metadata and controls
34 lines (34 loc) · 1.15 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
{
"name": "polygon-mumbai.public.dappnode.eth",
"version": "0.1.4",
"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. This version is about the polygon test network mumbai.",
"type": "service",
"chain": "ethereum",
"mainService": "bor",
"author": "MysticRyuujin (https://github.com/MysticRyuujin), forked by sballmer (https://github.com/sballmer/dappnode-polygon)",
"contributors": [
"androolloyd <opensource@andrewredden.com> (https://github.com/androolloyd)",
"sballmer (https://github.com/sballmer)",
"asyx21 (https://github.com/asyx21)"
],
"categories": [
"Developer tools", "Blockchain", "Communications"
],
"keywords": [
"polygon", "matic", "mumbai", "testnet"
],
"globalEnvs": {
"all": true
},
"backup": [
],
"repository": {
"type": "git",
"url": "https://github.com/sballmer/dappnode-polygon"
},
"links": {
"homepage": "https://polygon.technology/",
"gateway": "http://bors.polygon.public.dappnode:8545"
},
"license": "GPL v3"
}