-
Notifications
You must be signed in to change notification settings - Fork 0
/
dappnode_package.json
34 lines (34 loc) · 1.22 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
{
"name": "nethermind.public.dappnode.eth",
"version": "1.0.52",
"upstream": [
{
"repo": "NethermindEth/nethermind",
"version": "1.30.1",
"arg": "UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.1",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"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"],
"chain": "ethereum",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"categories": ["Blockchain"],
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic/issues"
},
"license": "GPL-3.0",
"requirements": {
"minimumDappnodeVersion": "0.2.101"
}
}