forked from dappnode/DAppNodePackage-ethereum-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
30 lines (30 loc) · 1.27 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
{
"name": "ethereum-classic.dnp.dappnode.eth",
"version": "1.1.1",
"upstreamVersion": "v1.12.8",
"upstreamRepo": "etclabscore/core-geth",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "ETC Client by ETC Core",
"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", "linux/arm64"],
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)",
"Afri Schoedon <[email protected]> (https://github.com/byz-f)"
],
"categories": ["Blockchain"],
"license": "GPL-3.0",
"links": {
"endpoint": "http://ethereum-classic.dappnode:8545",
"homepage": "https://github.com/dappnode/DAppNodePackage-ethereum-classic#readme"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-ethereum-classic.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-ethereum-classic/issues"
}
}