2018-08-24 23:58:04 +02:00
"use strict" ;
// E X P O R T
2018-08-25 00:30:58 +02:00
module . exports = exports = ( ) => `
2018-08-24 23:58:04 +02:00
< div class = "ecosystem__module applications" >
< span class = "__close" data - action = "close" > & times ; < / s p a n >
< h2 class = "__title" >
< span data - action = "open" data - target = "applications" >
Applications
< em > Browsers , spee . ch , and ∞ < / e m >
< / s p a n >
< div >
< span > < a href = "https://github.com/lbryio/lbry-android" title = "Android app repo" > android < / a > < / s p a n >
< span > < a href = "https://github.com/lbryio/lbry-desktop" title = "Desktop app repo" > desktop < / a > < / s p a n >
< span > < a href = "https://github.com/lbryio/spee.ch" title = "spee.ch repo" > spee . ch < / a > < / s p a n >
< / d i v >
< / h 2 >
< div class = "ecosystem__module__details" >
< p > Applications are the final level of the LBRY stack , and they represent how most people will actually use LBRY . < / p >
< p > LBRY Inc . currently releases and maintains three applications : < / p >
< ul >
< li > < a href = "https://github.com/lbryio/lbry-desktop" title = "" > lbry - desktop < / a > , a d e s k t o p b r o w s e r f o r t h e L B R Y n e t w o r k b a s e d i n R e a c t a n d E l e c t r o n . < / l i >
< li > < a href = "https://github.com/lbryio/lbry-android" title = "" > lbry - android < / a > , a n A n d r o i d b r o w s e r f o r t h e L B R Y n e t w o r k i n R e a c t N a t i v e . < / l i >
< li > < a href = "https://github.com/lbryio/spee.ch" title = "" > spee . ch < / a > , a w e b - b a s e d v i e w e r a n d l i n k d u m p f o r f r e e L B R Y c o n t e n t . < / l i >
< / u l >
< p > However , the very idea of LBRY is that there 's <em>not</em> just one way to interact with the network. Anyone can build on top of LBRY in a permissionless manner. These applications exist to show what' s possible and to give new users a user - friendly way to use LBRY . < / p >
< h3 > Additional Resources < / h 3 >
< ul >
< li > See < a href = "/contribute" title = "" > Contribute < / a > f o r l e a r n i n g h o w t o c o n t r i b u t e t o e x i s t i n g L B R Y a p p s . < / l i >
< li > See [ [ Something ] ] for how to set up your own custom instance of spee . ch . < / l i >
< li > See < a href = "/build" title = "" > Build < / a > f o r l e a r n i n g h o w t o b u i l d y o u r o w n a p p ! < / l i >
< / u l >
< / d i v >
< / d i v >
` ;