-
Notifications
You must be signed in to change notification settings - Fork 3
/
dappnode_package.json
37 lines (37 loc) · 1.35 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
{
"name": "trueblocks.public.dappnode.eth",
"version": "0.50.0",
"shortDescription": "Lightweight indexing for any EVM-based blockchain",
"description": "TrueBlocks is a collection of libraries, tools, and applications that improve access to the Ethereum data while remaining fully local. To configure, go to configure.trueblocks.public.dappnode",
"type": "service",
"mainService": "core",
"author": "TrueBlocks, LLC. (https://trueblocks.io)",
"contributors": [],
"categories": ["Developer tools", "Blockchain", "Communications"],
"keywords": ["trueblocks", "index", "indexing", "ipfs", "data"],
"backup": [
{
"name": "trueblocks_data",
"path": "/root/.local/share/trueblocks",
"service": "core"
}
],
"exposable": [],
"repository": {
"type": "git",
"url": "https://github.com/TrueBlocks/trueblocks-dappnode"
},
"bugs": {
"url": "https://github.com/TrueBlocks/trueblocks-dappnode/issues"
},
"warnings": {
"onInstall": "After installing TrueBlocks, please go to Packages -> TrueBlocks and click Settings link to configure this package."
},
"links": {
"settings": "http://configure.trueblocks.public.dappnode",
"api": "http://trueblocks.public.dappnode:8080",
"readme": "https://github.com/TrueBlocks/trueblocks-dappnode",
"homepage": "https://trueblocks.io"
},
"license": "GLP-3.0"
}