more words
This commit is contained in:
parent
9492aad2b0
commit
d695e3ceb7
3 changed files with 77 additions and 86 deletions
|
@ -57,30 +57,29 @@
|
|||
<h2 class="__title">
|
||||
<span @click="open('lbrycrd')">
|
||||
Blockchain
|
||||
<em>The blockchain is "lbrycrd"</em>
|
||||
<em>The foundation of the LBRY protocol</em>
|
||||
</span>
|
||||
|
||||
<div>
|
||||
<span @click="open('applications')">Applications</span>
|
||||
<span @click="open('lbry')">Data Network</span>
|
||||
<span><a href="https://github.com/lbryio/lbrycrd">lbrycrd</a></span>
|
||||
</div>
|
||||
</h2>
|
||||
|
||||
<div class="ecosystem__module__details">
|
||||
<p>
|
||||
<em>
|
||||
This section assumes "blockchain" already means something to you. If you're totally new, the key problem solved by blockhain is the ability for distributed, disparate entities to all agree on a rivalrous state of affairs (such as account balances or metadata associated with a URL).
|
||||
This section assumes "blockchain" already means something to you. If you're totally new, the key problem solved by blockhain is the ability for distributed, disparate entities to all agree on a state of affairs. For a more comprehensive introduction to blockchain, try starting [here].
|
||||
</em>
|
||||
</p>
|
||||
<p>
|
||||
The LBRY blockchain is a public and uses proof-of-work consensus. It is the foundation of the protocol stack.
|
||||
The LBRY blockchain is a public, proof-of-work of work blockchain consensus. It is the foundation of the protocol stack.
|
||||
</p>
|
||||
<p>
|
||||
The most salient feature of the LBRY blockchain is the association of a normalized character string with up to 8KB of metadata.
|
||||
This string of characters forms a LBRY URL, e.g.
|
||||
This string of characters forms a LBRY URL, e.g. <a href="/tour?url=lbry://hellolbry"><code>lbry://hellolbry</code></a>.
|
||||
</p>
|
||||
<p>
|
||||
The LBRY blockchain contains two parallel [[Merkle Tree]]s, one for transactions (ala Bitcoin) and one for storing LBRY URLs and metadata.
|
||||
The LBRY blockchain contains two parallel [[Merkle Tree]]s, one for transactions (ala Bitcoin) and one for storing LBRY URLs and metadata. This allows LBRY URLs to be trustfully resolved even without a full copy of the blockchain.
|
||||
</p>
|
||||
<p>
|
||||
Conventionally, this metadata contains information about the content, such as the title and creator, the price (if any), and a unique signature allowing the actual content to be fetched from the data network, the next level in the LBRY stack.
|
||||
|
@ -88,7 +87,10 @@
|
|||
<h3>Additional Resources</h3>
|
||||
<ul>
|
||||
<li>
|
||||
See the [Whitepaper]
|
||||
See the [[Whitepaper]] for a more comprehensive introduction to the LBRY blockchain.
|
||||
</li>
|
||||
<li>
|
||||
See the [[Resources]] for documentation about the LBRY blockchain, including it's API.
|
||||
</li>
|
||||
<li>
|
||||
See [[Naming]] for learning more about LBRY URLs and how they work.
|
||||
|
@ -106,51 +108,46 @@
|
|||
<h2 class="__title">
|
||||
<span @click="open('lbry')">
|
||||
Data Network
|
||||
<em>The data network is "lbry"</em>
|
||||
<em>The "nuts and bolts" (fix this) of the LBRY protocol</em>
|
||||
</span>
|
||||
|
||||
<div>
|
||||
<span @click="open('applications')">Applications</span>
|
||||
<span @click="open('lbrycrd')">Blockchain</span>
|
||||
<span><a href="https://github.com/lbryio/lbry">lbry</a></span>
|
||||
<span><a href="https://github.com/lbryio/torba">torba</a></span>
|
||||
<span><a href="https://github.com/lbryio/lbryschema">lbryschema</a></span>
|
||||
</div>
|
||||
</h2>
|
||||
|
||||
<div class="ecosystem__module__details">
|
||||
<p>
|
||||
While blockchain is the innovation that makes LBRY possible, the Data Network is the layer that actually
|
||||
makes the blockchain <em>useful</em>.
|
||||
</p>
|
||||
<p>
|
||||
The primary component for this level is <a href="https://github.com/lbryio/lbry">lbry</a>, a daemon that:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong class="__title">lbryschema</strong>
|
||||
|
||||
<p>Vel nisi hendrerit id tristique congue tortor nisl luctus, vulputate sem ridiculus inceptos et at torquent feugiat, mus cursus lobortis aenean senectus posuere odio. Imperdiet nascetur dapibus eget convallis ante donec iaculis dictumst mi est, venenatis quisque integer etiam justo id aliquet non diam semper erat, blandit quis lectus ac aptent magna cubilia augue laoreet. Mollis luctus pharetra nisl auctor potenti magna penatibus cras, justo lobortis iaculis porta a vel habitasse vulputate, taciti sociis arcu facilisis duis orci aliquam.</p>
|
||||
|
||||
<ul>
|
||||
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
|
||||
<li>Himenaeos purus facilisi litora suspendisse molestie, cubilia maecenas faucibus vivamus.</li>
|
||||
<li>Nisi sociosqu interdum augue condimentum vivamus, ac leo feugiat.</li>
|
||||
<li>Justo eu neque aenean nec sagittis, cubilia magnis arcu.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong class="__title">lbryumx</strong>
|
||||
|
||||
<p>Vel nisi hendrerit id tristique congue tortor nisl luctus, vulputate sem ridiculus inceptos et at torquent feugiat, mus cursus lobortis aenean senectus posuere odio. Imperdiet nascetur dapibus eget convallis ante donec iaculis dictumst mi est, venenatis quisque integer etiam justo id aliquet non diam semper erat, blandit quis lectus ac aptent magna cubilia augue laoreet. Mollis luctus pharetra nisl auctor potenti magna penatibus cras, justo lobortis iaculis porta a vel habitasse vulputate, taciti sociis arcu facilisis duis orci aliquam.</p>
|
||||
|
||||
<ul>
|
||||
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
|
||||
<li>Himenaeos purus facilisi litora suspendisse molestie, cubilia maecenas faucibus vivamus.</li>
|
||||
<li>Nisi sociosqu interdum augue condimentum vivamus, ac leo feugiat.</li>
|
||||
<li>Justo eu neque aenean nec sagittis, cubilia magnis arcu.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Interprets and validates metadata in the LBRY blockchain via [lbryschema].</li>
|
||||
<li>Accesses and distributes the data referenced by metadata in the LBRY blockchain via a peer-to-peer network.</li>
|
||||
<li>Provides wallet functionality via an [[SPV]] wallet ([torba]).</li>
|
||||
<li>Facilitates building applications by being easily bundable and providing a simple, clean <a href="https://lbry.io/api">API</a> for the LBRY protocol.</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Unless choosing to re-implement aspects of the LBRY protocol by hand, most applications that interact with the LBRY network will bundle lbry.
|
||||
</p>
|
||||
<h3>Additional Resources</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/lbryio/lbryschema" title="lbryschema source code">lbryschema</a>
|
||||
See the [[Whitepaper]] for a more comprehensive introduction to the LBRY data network.
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/lbryio/lbryumx" title="lbryumx source code">lbryumx</a>
|
||||
See [[Resources]] for documentation of the LBRY APIs.
|
||||
</li>
|
||||
<li>
|
||||
See [[Whatever]] for learning more about LBRY distributes data.
|
||||
</li>
|
||||
<li>
|
||||
See [[Build]] for learning how to use the daemon to solve your own problem or build your own app!
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -162,59 +159,43 @@
|
|||
<h2 class="__title">
|
||||
<span @click="open('applications')">
|
||||
Applications
|
||||
<em>LBRY has a lot of applications</em>
|
||||
<em>Browsers, spee.ch, and ∞</em>
|
||||
</span>
|
||||
|
||||
<div>
|
||||
<span @click="open('lbrycrd')">Blockchain</span>
|
||||
<span @click="open('lbry')">Data Network</span>
|
||||
<span><a href="https://github.com/lbryio/lbry-desktop">desktop</a></span>
|
||||
<span><a href="https://github.com/lbryio/lbry-android">android</a></span>
|
||||
<span><a href="https://github.com/lbryio/spee.ch">spee.ch</a></span>
|
||||
</div>
|
||||
</h2>
|
||||
|
||||
<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>
|
||||
<strong class="__title">Desktop</strong>
|
||||
<p>Vel nisi hendrerit id tristique congue tortor nisl luctus, vulputate sem ridiculus inceptos et at torquent feugiat, mus cursus lobortis aenean senectus posuere odio. Imperdiet nascetur dapibus eget convallis ante donec iaculis dictumst mi est, venenatis quisque integer etiam justo id aliquet non diam semper erat, blandit quis lectus ac aptent magna cubilia augue laoreet. Mollis luctus pharetra nisl auctor potenti magna penatibus cras, justo lobortis iaculis porta a vel habitasse vulputate, taciti sociis arcu facilisis duis orci aliquam.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong class="__title">Mobile</strong>
|
||||
<p>Vel nisi hendrerit id tristique congue tortor nisl luctus, vulputate sem ridiculus inceptos et at torquent feugiat, mus cursus lobortis aenean senectus posuere odio. Imperdiet nascetur dapibus eget convallis ante donec iaculis dictumst mi est, venenatis quisque integer etiam justo id aliquet non diam semper erat, blandit quis lectus ac aptent magna cubilia augue laoreet. Mollis luctus pharetra nisl auctor potenti magna penatibus cras, justo lobortis iaculis porta a vel habitasse vulputate, taciti sociis arcu facilisis duis orci aliquam.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong class="__title">spee.ch</strong>
|
||||
<p>Vel nisi hendrerit id tristique congue tortor nisl luctus, vulputate sem ridiculus inceptos et at torquent feugiat, mus cursus lobortis aenean senectus posuere odio. Imperdiet nascetur dapibus eget convallis ante donec iaculis dictumst mi est, venenatis quisque integer etiam justo id aliquet non diam semper erat, blandit quis lectus ac aptent magna cubilia augue laoreet. Mollis luctus pharetra nisl auctor potenti magna penatibus cras, justo lobortis iaculis porta a vel habitasse vulputate, taciti sociis arcu facilisis duis orci aliquam.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong class="__title">lighthouse</strong>
|
||||
<p>Vel nisi hendrerit id tristique congue tortor nisl luctus, vulputate sem ridiculus inceptos et at torquent feugiat, mus cursus lobortis aenean senectus posuere odio. Imperdiet nascetur dapibus eget convallis ante donec iaculis dictumst mi est, venenatis quisque integer etiam justo id aliquet non diam semper erat, blandit quis lectus ac aptent magna cubilia augue laoreet. Mollis luctus pharetra nisl auctor potenti magna penatibus cras, justo lobortis iaculis porta a vel habitasse vulputate, taciti sociis arcu facilisis duis orci aliquam.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong class="__title">chainquery</strong>
|
||||
<p>Vel nisi hendrerit id tristique congue tortor nisl luctus, vulputate sem ridiculus inceptos et at torquent feugiat, mus cursus lobortis aenean senectus posuere odio. Imperdiet nascetur dapibus eget convallis ante donec iaculis dictumst mi est, venenatis quisque integer etiam justo id aliquet non diam semper erat, blandit quis lectus ac aptent magna cubilia augue laoreet. Mollis luctus pharetra nisl auctor potenti magna penatibus cras, justo lobortis iaculis porta a vel habitasse vulputate, taciti sociis arcu facilisis duis orci aliquam.</p>
|
||||
</li>
|
||||
<li><a href="https://github.com/lbryio/lbry-desktop">lbry-desktop</a>, a desktop browser for the LBRY network based in React and Electron.</li>
|
||||
<li><a href="https://github.com/lbryio/lbry-android">lbry-android</a>, an Android browser for the LBRY network in React Native.</li>
|
||||
<li><a href="https://github.com/lbryio/spee.ch">spee.ch</a>, a web-based viewer and link dump for free LBRY content.</li>
|
||||
</ul>
|
||||
|
||||
<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</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/lbryio/lbry-desktop" title="source code for LBRY's desktop apps">Linux, macOS, and Windows apps</a>
|
||||
See [[Contribute]] for learning how to contribute to existing LBRY apps.
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/lbryio/lbry-android" title="LBRY Android app source code">Android app</a>
|
||||
See [[Something]] for how to set up your own custom instance of spee.ch.
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/lbryio/spee.ch" title="spee.ch source code">spee.ch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/lbryio/lighthouse" title="lighthouse source code">lighthouse</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/lbryio/chainquery" title="chainquery source code">chainquery</a>
|
||||
See [[Build]] for learning how to build your own app!
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,13 @@
|
|||
<div class="component--mission-statement">
|
||||
<strong class="component--mission-statement__title">Mission Statement</strong>
|
||||
|
||||
To create a market for accessing and publishing information<sup>1</sup> that is global<sup>2</sup>, decentralized<sup>3</sup>, robust<sup>4</sup>, optimal<sup>5</sup> and complete<sup>6</sup>.
|
||||
To create a market for accessing and publishing
|
||||
information<a href="#footnote-1"><sup>1</sup></a>
|
||||
that is global<a href="#footnote-2"><sup>2</sup></a>,
|
||||
decentralized<a href="#footnote-3"><sup>3</sup></a>,
|
||||
robust<a href="#footnote-4"><sup>4</sup></a>,
|
||||
optimal<a href="#footnote-5"><sup>5</sup></a> and
|
||||
complete<a href="#footnote-6"><sup>6</sup></a>.
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -17,6 +23,10 @@
|
|||
line-height: 1.55;
|
||||
position: relative;
|
||||
|
||||
a {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
@media (min-width: 901px) {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
|
|
@ -4,25 +4,25 @@ title: Overview
|
|||
|
||||
## Mission
|
||||
|
||||
What if anyone in the world could publish a piece of digital content, anyone else in the world could access it, for free or for payment, and that entire system worked without any centralized authority or point of control?
|
||||
What if anyone in the world could publish digital content, anyone else in the world could access it, for free or for payment, and that entire system worked without any centralized authority or point of control?
|
||||
|
||||
That's the idea behind LBRY.
|
||||
That's the mission of LBRY:
|
||||
|
||||
<MissionStatement/>
|
||||
|
||||
That's a fancy sentence, so here's a plainer one: we just thought it'd be really damn cool if there was a system that stored as much of the world's information as possible, but was owned and controlled by no one.
|
||||
That's a fancy sentence, so here's a plainer one: we just thought it'd be really damn cool if there was a system that made discoverable and distributable as much of the world's information as possible, but was owned and controlled by no one.
|
||||
|
||||
<sup>1</sup> In the information-theoretic sense, i.e. any data. LBRY facilitates distribution of all data, whether it be a video or a spreadsheet.
|
||||
<sup id="footnote-1">1</sup> In the information theoric sense, i.e. any data. LBRY facilitates distribution of all data, whether a video or a spreadsheet.
|
||||
|
||||
<sup>2</sup> Accessible anywhere in the world on any internet-connected device.
|
||||
<sup id="footnote-2">2</sup> Accessible anywhere in the world on any internet-connected device.
|
||||
|
||||
<sup>3</sup> Not controlled by any one person, party or authority.
|
||||
<sup id="footnote-3">3</sup> Not controlled by any one person, party or authority.
|
||||
|
||||
<sup>4</sup> Resistant to censorship or attempts to control; impervious to attacks or disruptions.
|
||||
<sup id="footnote-4">4</sup> Resistant to censorship or attempts to control; impervious to attacks or disruptions.
|
||||
|
||||
<sup>5</sup> In the Pareto sense, with regards to the production and distribution of information (i.e. digital information is both created and distributed in a way that could not be any more efficient from the perspectives of information producers and consumers)
|
||||
<sup id="footnote-5">5</sup> In the Pareto sense, with regards to the production and distribution of information (i.e. digital information is both created and distributed in a way that could not be any more efficient from the perspectives of information producers and consumers)
|
||||
|
||||
<sup>6</sup> The most complete collection of world’s books, films, art, games, etc. should be available via LBRY.
|
||||
<sup id="footnote-6">6</sup> The most complete collection of world’s books, films, art, games, etc. should be available via LBRY.
|
||||
|
||||
## Ecosystem Overview
|
||||
|
||||
|
|
Loading…
Reference in a new issue