lbry.tech/documents/build.md
ポール ウェッブ 2febace1b2 Closes #126
2018-07-31 17:11:15 -05:00

1.7 KiB

title
Development

Want to build something on top of LBRY? This is the place to get you started.

At least, it's the place to get started so long as you have some idea of what LBRY is. If you don't, you should read the Overview first.

When to Use LBRY

  • You want to build an application that contributes to the world's knowledge, or benefits from global, shared discovery (flesh this out).
  • You want to replace an existing centralized service related to digital content distribution with a decentralized/community-controlled one.

When Not to Use LBRY

  • You want to privately distribute data/information.
  • You want to do illegal things.

How (Ways?) to Build on LBRY

Web, Desktop, and Mobile Applications (Daemon-based Applications)

Almost all web, desktop, and mobile applications will use the lbry daemon as a way of accessing and communicating with the LBRY network.

Web Applications

  1. Set up a web server.
  2. Install lbry. (Docker images? Other convenient ways of doing this?)
  3. Bridging basics.

Desktop Applications

  1. Desktop applications will typically bundle the lbry daemon.
  2. lbry-desktop as example

Android Applications

  1. (Whatever magic you have to do to get a daemon running on Android.)

iOS Applications

It is not currently possible to use LBRY on iOS.

Blockchain and Wallet Level (Full Node Applications)

Not all applications will want to use the full LBRY protocol, or some applications may be specifically designed with full blockchain interactions in mind.

  1. How to install lbrycrd.
  2. lbrycrd documentation

Desired Applications

TBD