update wallet server overview

This commit is contained in:
Thomas Zarebczan 2019-01-18 09:55:59 -05:00 committed by GitHub
parent 504a39820c
commit b986a56276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@ export default () => `
<div class="ecosystem__submodule__description">
<div class="ecosystem__submodule__markdown">
<h4 class="ecosystem__submodule__description__title">Overview</h4>
<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>
<p> Provides a secured payment gateway and address subscription service between the <a href="https://github.com/lbryio/lbry" title="">lbry-sdk</a> and the <a href="https://github.com/lbryio/lbrycrd" title=""> blockchain protocol</a>.</p>
<h4 class="ecosystem__submodule__description__title __connection">Connection to...</h4>
<p class="__connection-details"></p>
<h4 class="ecosystem__submodule__description__title">Source</h4>
<ul>
<li><a href="https://github.com/lbryio/lbry-desktop" title="lbry-desktop source code">https://github.com/lbryio/lbry-desktop</a></li>
<li><a href="https://github.com/lbryio/lbry/tree/master/lbrynet/extras/wallet/server" title="spv wallet server source code">https://github.com/lbryio/lbry/tree/master/lbrynet/extras/wallet/server</a></li>
</ul>
</div>