2018-08-24 23:58:04 +02:00
"use strict" ;
// E X P O R T
2018-11-30 21:46:22 +01:00
export default ( ) => `
2018-08-24 23:58:04 +02:00
< div class = "ecosystem__submodule wallet" >
< h3 class = "ecosystem__submodule__title" data - action = "openSubmodule" data - target = "wallet" > wallet server < / h 3 >
< div class = "ecosystem__submodule__description" >
2018-09-25 18:34:13 +02:00
< div class = "ecosystem__submodule__markdown" >
< h4 class = "ecosystem__submodule__description__title" > Overview < / h 4 >
< p > The LBRY app is a graphical browser for the decentralized content marketplace provided by the < a href = "https://lbry.io" title = "" > LBRY < /a> protocol. It is essentially the <a href="https:/ / github . com / lbryio / lbry " title=" ">lbry daemon</a> bundled with an UI using <a href=" http : //electron.atom.io" title="">Electron</a>.</p>
2018-10-02 00:53:23 +02:00
2018-09-25 18:34:13 +02:00
< h4 class = "ecosystem__submodule__description__title __connection" > Connection to ... < / h 4 >
< p class = "__connection-details" > < / p >
2018-10-02 00:53:23 +02:00
2018-09-25 18:34:13 +02:00
< h4 class = "ecosystem__submodule__description__title" > Source < / h 4 >
< ul >
< li > < a href = "https://github.com/lbryio/lbry-desktop" title = "lbry-desktop source code" > https : //github.com/lbryio/lbry-desktop</a></li>
< / u l >
< / d i v >
2018-10-02 00:53:23 +02:00
2018-08-24 23:58:04 +02:00
< ul class = "__parents" >
< li class = "__parent green" data - action = "open" data - target = "applications" > Applications < / l i >
< li class = "__parent red" data - action = "open" data - target = "lbrycrd" > Blockchain < / l i >
< li class = "__parent blue" data - action = "open" data - target = "lbry" > Data Network < / l i >
< li class = "__close" data - action = "close" > & times ; < / l i >
< / u l >
< / d i v >
< / d i v >
` ;