forked from dappnode/DAppNodePackage-rinkeby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dappnode_package.json
38 lines (38 loc) · 1.05 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
{
"name": "rinkeby.dnp.dappnode.eth",
"version": "0.4.5",
"upstreamVersion": "v1.9.25",
"shortDescription": "Ethereum testnet with Geth's PoA Protocol",
"description": "Rinkeby network's consensus algorithm is Proof of Authority and is only supported by Geth. You can explore the chain on [etherscan](https://rinkeby.etherscan.io/",
"type": "library",
"chain": "ethereum",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)"
],
"keywords": [
"geth",
"rinkeby",
"ethereum",
"testnet",
"go-ethereum"
],
"categories": [
"Developer tools"
],
"architectures": [
"linux/amd64"
],
"links": {
"homepage": "http://rinkeby.io/",
"api": "http://rinkeby.dappnode:8545"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-rinkeby.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-rinkeby/issues"
},
"license": "GPL-3.0"
}