forked from dappnode/DAppNodePackage-Gnosis-Chain-Erigon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
44 lines (44 loc) · 1.88 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
40
41
42
43
44
{
"name": "sepolia-erigon.dnp.dappnode.eth",
"version": "0.1.0",
"shortDescription": "Modular Ethereum client on the efficiency frontier, written in Go, for the Sepolia Testnet",
"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.60.10",
"upstreamRepo": "erigontech/erigon",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
"chain": "ethereum",
"categories": ["Developer tools"],
"architectures": ["linux/amd64"],
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)",
"Pablo Mendez <[email protected]> (https://github.com/pablomendezroyo)",
"Voss <[email protected]> (https://github.com/alexpeterson91)"
],
"links": {
"api": "http://sepolia-erigon.dappnode:8545",
"apiEngine": "http://sepolia-erigon.dappnode:8551",
"homepage": "https://github.com/ledgerwatch/erigon"
},
"mainService": "sepolia-erigon",
"license": "GPL-3.0",
"requirements": {
"minimumDappnodeVersion": "0.2.68"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-Sepolia-Erigon.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-Sepolia-Erigon/issues"
},
"exposable": [
{
"name": "Sepolia Erigon JSON RPC",
"description": "JSON RPC endpoint for Sepolia Erigon (HTTPS & WSS)",
"serviceName": "sepolia-erigon",
"port": 8545
}
]
}