|
1 | 1 | { |
2 | 2 | "name": "trustlines.dnp.dappnode.eth", |
3 | | - "version": "0.0.1", |
4 | | - "upstreamVersion": "release4044", |
| 3 | + "version": "0.1.0", |
| 4 | + "upstreamVersion": "release20421", |
5 | 5 | "shortDescription": "Financial inclusion through OS decentralized systems", |
6 | | - "description": "The 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", |
7 | | - "avatar": "/ipfs/QmcpEAc5CsaSD5jc1rkmiGtjtpxDaWDMHUWWh2tUgXFhDC", |
| 6 | + "description": "Trustlines node to participate and securitize the network.\n\nValidators should install the Validator package http://my.dappnode/#/installer/trustlines-validator.dnp.dappnode.eth instead of this one.\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", |
8 | 7 | "type": "service", |
9 | 8 | "chain": "ethereum", |
10 | | - "image": { |
11 | | - "path": "trustlines.dnp.dappnode.eth_0.0.1.tar.xz", |
12 | | - "hash": "/ipfs/QmQm8jkGDtefmVmtBBGY5HJ9cMS5EoHKA53cXWXgeK7yyD", |
13 | | - "size": 25629780, |
14 | | - "restart": "always", |
15 | | - "volumes": [ |
16 | | - "data:/data", |
17 | | - "config:/config/custom" |
18 | | - ], |
19 | | - "environment": [ |
20 | | - "ROLE=observer", |
21 | | - "ADDRESS", |
22 | | - "PASSWORD" |
23 | | - ], |
24 | | - "ports": [ |
25 | | - "30300", |
26 | | - "30300/udp" |
27 | | - ] |
28 | | - }, |
29 | 9 | "requirements": { |
30 | | - "minimumDappnodeVersion": "0.2.10" |
| 10 | + "minimumDappnodeVersion": "0.2.19" |
31 | 11 | }, |
32 | | - "backup": [ |
33 | | - { |
34 | | - "name": "config", |
35 | | - "path": "/config" |
36 | | - } |
37 | | - ], |
38 | 12 | "style": { |
39 | 13 | "featuredBackground": "linear-gradient(67deg, #140a0a, #512424)", |
40 | 14 | "featuredColor": "white" |
|
43 | 17 | "contributors": [ |
44 | 18 | "Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)" |
45 | 19 | ], |
46 | | - "categories": [ |
47 | | - "Blockchain" |
48 | | - ], |
| 20 | + "categories": ["Blockchain"], |
49 | 21 | "links": { |
50 | | - "homepage": "https://github.com/dappnode/DAppNodePackage-trustlines#readme", |
51 | | - "trustlines": "https://trustlines.network", |
52 | | - "explorer": "https://explorelaika.trustlines.foundation" |
| 22 | + "homepage": "https://trustlines.network", |
| 23 | + "readme": "https://github.com/dappnode/DAppNodePackage-trustlines#readme", |
| 24 | + "netstats": "https://netstats.tlbc.trustlines.foundation", |
| 25 | + "explorer": "https://explore.tlbc.trustlines.foundation" |
53 | 26 | }, |
54 | 27 | "repository": { |
55 | 28 | "type": "git", |
|
58 | 31 | "bugs": { |
59 | 32 | "url": "https://github.com/dappnode/DAppNodePackage-trustlines/issues" |
60 | 33 | }, |
61 | | - "license": "GPL-3.0" |
| 34 | + "license": "GPL-3.0", |
| 35 | + "runOrder": ["trustlines.dnp.dappnode.eth","trustlines-monitor.dnp.dappnode.eth"], |
| 36 | + "dependencies" : { |
| 37 | + "trustlines-monitor.dnp.dappnode.eth":"latest" |
| 38 | + } |
62 | 39 | } |
| 40 | + |
0 commit comments