This repository was archived by the owner on Jun 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdappnode_package.json
More file actions
50 lines (50 loc) · 1.94 KB
/
dappnode_package.json
File metadata and controls
50 lines (50 loc) · 1.94 KB
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "goerli-erigon.dnp.dappnode.eth",
"version": "0.1.12",
"shortDescription": "Ethereum client on the efficiency frontier, written in Go",
"description": "Erigon is a next generation Ethereum client that introduces several new concepts:\n\n* A modular client design, enabling parallelized development of the client\n\n* New (`flat`) model of storing Ethereum state, allowing a lower disk footprint\n\n* Preprocessing of data outside of the storage engine, making database write operations faster by a magnitude\n\n* Staged synchronization technique, allowing very fast synchronization",
"upstreamVersion": "v2.58.1",
"upstreamRepo": "ledgerwatch/erigon",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
"chain": "ethereum",
"categories": ["Developer tools", "Blockchain"],
"architectures": ["linux/amd64"],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)",
"Pablo Mendez <mendez4a@gmail.com> (https://github.com/pablomendezroyo)",
"Voss <voss@visnovalabs.io> (https://github.com/alexpeterson91)"
],
"links": {
"homepage": "https://github.com/ledgerwatch/erigon",
"api": "http://goerli-erigon.dappnode:8545",
"engineAPI": "http://goerli-erigon.dappnode:8551"
},
"mainService": "erigon",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-goerli-erigon.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-goerli-erigon/issues"
},
"globalEnvs": [
{
"envs": ["CONSENSUS_CLIENT_PRATER"],
"services": ["erigon"]
}
],
"requirements": {
"minimumDappnodeVersion": "0.2.58"
},
"exposable": [
{
"name": "Goerli Erigon JSON RPC (HTTP + WS)",
"description": "JSON RPC endpoint for Goerli Erigon",
"serviceName": "erigon",
"port": 8545
}
]
}