forked from dappnode/DAppNodePackage-nethermind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
28 lines (28 loc) · 1.18 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
{
"name": "nethermind.public.dappnode.eth",
"version": "1.0.4",
"upstreamVersion": "1.8.54",
"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)"
],
"categories": ["Blockchain"],
"links": {
"endpoint": "http://nethermind.public.dappnode:8545",
"homepage": "https://github.com/dappnode/DAppNodePackage-nethermind#readme"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-nethermind.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-nethermind/issues"
},
"license": "GLP-3.0"
}