forked from dappnode/DAppNodePackage-ethereum-classic
-
Notifications
You must be signed in to change notification settings - Fork 2
/
dappnode_package.json
28 lines (28 loc) · 1.07 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": "ethereum-classic.dnp.dappnode.eth",
"version": "0.0.1",
"upstreamVersion": "v2.5.13",
"shortDescription": "ETC Client by Parity",
"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 ETC blockchain.",
"type": "library",
"chain": "ethereum",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
],
"categories": [
"Blockchain"
],
"license": "GLP-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"
}
}