-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
39 lines (39 loc) · 1.48 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
{
"name": "etc-core-geth.public.dappnode.eth",
"version": "0.1.5",
"upstreamVersion": "v1.12.19",
"upstreamRepo": "etclabscore/core-geth",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Core-geth client on Ethereum Classic by ETC Cooperative",
"description": "Ethereum Classic is a decentralized platform that runs smart contracts applications that can be run exactly as programmed without any possibility of downtime, censorship, or third party interference. This packages deploys a node for the Ethereum Classic mainnet.",
"type": "library",
"chain": "ethereum",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"architectures": ["linux/amd64"],
"contributors": [
"Chris Ziogas <[email protected]> (https://github.com/ziogaschr)",
"Isaac Ardis <[email protected]> (https://github.com/meowsbits)"
],
"categories": ["Blockchain"],
"license": "GPL-3.0",
"mainService": "geth",
"links": {
"api": "http://etc-core-geth.public.dappnode:8545",
"homepage": "https://github.com/dappnode/DAppNodePackage-etc-core-geth#readme"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-etc-core-geth.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-etc-core-geth/issues"
},
"exposable": [
{
"name": "Core-geth JSON RPC",
"description": "JSON RPC endpoint for ETC mainnet",
"serviceName": "geth",
"port": 8545
}
]
}