-
Notifications
You must be signed in to change notification settings - Fork 6
/
dappnode_package.json
30 lines (30 loc) · 1.11 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": "rinkeby.dnp.dappnode.eth",
"version": "0.4.10",
"upstreamVersion": "v1.10.25",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"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 <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
],
"keywords": ["geth", "rinkeby", "ethereum", "testnet", "go-ethereum"],
"categories": ["Developer tools"],
"architectures": ["linux/amd64", "linux/arm64"],
"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"
}