The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Go to file
hackrush da4a24d79f Added scripts to autogenerate docs and api from docstring
Summary of changes
  Removed single dashed(short args) arguments(possibly breaking changes
for app side)
  Standardised the docstrings
  Added scripts to autogenerate API and CLI documentation using the
docstrings
2018-03-06 03:50:12 +05:30
.github update issue template 2018-01-22 09:35:55 -05:00
build remove gmpy and seccure dependencies 2018-02-01 12:39:00 -05:00
docs Added scripts to autogenerate docs and api from docstring 2018-03-06 03:50:12 +05:30
lbrynet Added scripts to autogenerate docs and api from docstring 2018-03-06 03:50:12 +05:30
scripts Added scripts to autogenerate docs and api from docstring 2018-03-06 03:50:12 +05:30
.appveyor.yml updated appveyor build configuration 2017-09-29 12:02:36 +01:00
.gitattributes use union merge on CHANGELOG.md 2017-02-20 21:37:50 -06:00
.gitignore build daemon separately in teamcity 2017-04-19 14:59:06 -04:00
.pylintrc increase pylint line length 2018-02-13 10:27:42 -05:00
.travis.yml increase pylint line length 2018-02-13 10:27:42 -05:00
CHANGELOG.md Added scripts to autogenerate docs and api from docstring 2018-03-06 03:50:12 +05:30
CONTRIBUTING.md contributing 2017-09-28 08:14:36 -04:00
Dangerfile fix because the danger.systems code example was wrong 2017-02-07 23:08:35 -06:00
INSTALL.md close #1111 2018-02-27 14:12:15 -05:00
LICENSE Update to reflect year 2018 2018-02-05 12:40:49 -08:00
mkdocs.yml Added scripts to autogenerate docs and api from docstring 2018-03-06 03:50:12 +05:30
README.md remove FAQ.md, update doc link in README.md 2017-11-29 12:17:04 -05:00
requirements.txt Bump version 0.19.0rc37 --> 0.19.0rc38 2018-03-02 17:36:56 -05:00
setup.py Bump version 0.19.0rc37 --> 0.19.0rc38 2018-03-02 17:36:56 -05:00

Build Status Coverage Status

LBRY

LBRY is an open-source protocol providing distribution, discovery, and purchase of digital content (data) via a decentralized network.

This repo is a reference implementation of the LBRY API.

It provides a daemon that can interact with the network via a json-rpc interface over HTTP.

Installing

Note: This project no longer bundles a graphic interface (browser). If you want to use LBRY via a GUI, use the LBRY App.

Our releases page contains pre-built binaries of the latest release, pre-releases, and past releases, for macOS, Debian-based Linux, and Windows.

Installing from source is also relatively painless, full instructions are in INSTALL.md

Running

Run lbrynet-daemon to launch the daemon.

Using

By default, lbrynet-daemon will provide a JSON-RPC server at http://localhost:5279. It is easy to interact with via cURL or sane programming languages.

Our quickstart guide provides a simple walkthrough and examples for learning.

The full API is documented here.

What is LBRY?

LBRY is a protocol that provides a fully decentralized network for the discovery, distribution, and payment of data.

It utilizes the LBRY blockchain as a global namespace and database of digital content. Blockchain entries contain searchable content metadata, identities, and rights and access rules.

LBRY also provides a data network consists of peers uploading and downloading data from other peers, possibly in exchange for payments, and a distributed hash table, used by peers to discover other peers.

Contributions

To contribute, join us on Discord or contact jeremy@lbry.io. Pull requests are also welcome.

Support

Please open an issue and describe your situation in detail. We will respond as soon as we can.

For private issues, contact jeremy@lbry.io.

License

See LICENSE