-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdappnode_package.json
More file actions
38 lines (38 loc) · 1.56 KB
/
dappnode_package.json
File metadata and controls
38 lines (38 loc) · 1.56 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
{
"name": "trustlines.dnp.dappnode.eth",
"version": "1.0.1",
"upstreamVersion": "release27932",
"shortDescription": "Financial inclusion through OS decentralized systems",
"description": "Trustlines node to participate and securitize the network.\n\nThe Trustlines Protocol aims to provide the service of “transfer of value” without actually transferring value. This can be accomplished by leveraging networks of mutual-trust. The Trustlines Protocol is being built to support a range of use cases by leveraging existing networks of mutual trust and mapping trust-based relationships onto trustless infrastructure",
"type": "service",
"chain": "ethereum",
"requirements": {
"minimumDappnodeVersion": "0.2.40"
},
"style": {
"featuredBackground": "linear-gradient(67deg, #140a0a, #512424)",
"featuredColor": "white"
},
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
],
"categories": [
"Blockchain"
],
"mainService": "node",
"links": {
"homepage": "https://trustlines.network",
"readme": "https://github.com/dappnode/DAppNodePackage-trustlines#readme",
"netstats": "https://netstats.tlbc.trustlines.foundation",
"explorer": "https://explore.tlbc.trustlines.foundation"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-trustlines.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-trustlines/issues"
},
"license": "GPL-3.0"
}