-
Notifications
You must be signed in to change notification settings - Fork 0
/
dappnode_package.json
28 lines (28 loc) · 963 Bytes
/
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": "besu.public.dappnode.eth",
"version": "1.0.0",
"description": "An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client",
"shortDescription": "Java-based Ethereum Client",
"upstreamVersion": "22.4.3",
"upstreamRepo": "hyperledger/besu",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
"author": "Nabsku <[email protected]> (https://github.com/Nabsku)",
"contributors": ["Nabsku <[email protected]> (https://github.com/Nabsku)"],
"categories": ["Developer tools"],
"architectures": ["linux/amd64"],
"chain": "ethereum",
"links": {
"endpoint": "besu.public.dappnode:8545",
"homepage": "https://github.com/hyperledger/besu",
"docs": "https://besu.hyperledger.org/en/stable/"
},
"bugs": {
"url": "https://github.com/Nabsku/DAppNodePackage-Besu/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Nabsku/DAppNodePackage-Besu"
},
"license": "Apache 2"
}