-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdappnode_package.json
54 lines (54 loc) · 1.87 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
47
48
49
50
51
52
53
54
{
"name": "nethermind.public.dappnode.eth",
"version": "1.0.54",
"upstreamVersion": "1.29.1",
"shortDescription": "Nethermind Ethereum client",
"description": "Nethermind - The world’s fastest Ethereum .NET Client and P2P Data Marketplace for the decentralised future\nOur flagship .NET Core-based Ethereum client is all about performance and flexibility. We have built a lean, stable and feature-rich gateway to allow anyone, anywhere, to take part in the decentralised future.",
"type": "service",
"architectures": ["linux/amd64", "linux/arm64"],
"dependencies": {},
"chain": "ethereum",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)"
],
"exposable": [
{
"name": "Nethermind JSON RPC",
"description": "JSON RPC endpoint for Nethermind Ethereum mainnet",
"serviceName": "nethermind",
"port": 8545
},
{
"name": "Nethermind JSON RPC (WS)",
"description": "JSON RPC WebSocket endpoint for Nethermind Ethereum mainnet",
"serviceName": "nethermind",
"port": 8546
}
],
"upstreamRepo": "NethermindEth/nethermind",
"upstreamArg": "UPSTREAM_VERSION",
"categories": ["Blockchain"],
"links": {
"api": "http://nethermind.public.dappnode:8545",
"apiEngine": "http://nethermind.public.dappnode:8551",
"homepage": "https://github.com/dappnode/DAppNodePackage-nethermind#readme"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-nethermind.git"
},
"requirements": {
"minimumDappnodeVersion": "0.2.64"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-nethermind/issues"
},
"license": "LGPL-3.0",
"globalEnvs": [
{
"envs": ["CONSENSUS_CLIENT_MAINNET"],
"services": ["nethermind"]
}
]
}