The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Go to file
2018-08-09 09:22:55 -04:00
.github Update ISSUE_TEMPLATE.md 2018-07-12 16:15:19 -04:00
build fix pip 2018-08-08 14:09:33 -04:00
docs docs 2018-08-03 13:32:57 -04:00
lbrynet fix disabling blob announcement by setting concurrent announcers to 0 2018-08-09 09:22:55 -04:00
scripts api doc generator (#1290) 2018-07-24 19:36:09 -04:00
.appveyor.yml fix appveyor 2018-06-18 16:53:02 -04: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 removed slack notification from .travis.yml 2018-07-10 00:34:59 -04:00
CHANGELOG.md clean up changelog 2018-08-09 09:01:33 -04:00
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 Started to standardize the README.md file. 2018-07-05 11:09:57 -04:00
LICENSE Update to reflect year 2018 2018-02-05 12:40:49 -08:00
mkdocs.yml better logo 2018-03-07 05:54:50 -05:00
README.md Started to standardize the README.md file. 2018-07-05 11:09:57 -04:00
requirements.txt update cryptography requirement 2018-08-03 12:38:28 -04:00
requirements_testing.txt add unit test package requirements - mock and Faker 2018-05-21 00:04:27 -04:00
setup.py bump txupnp 2018-08-08 13:57:41 -04:00

LBRY

Build Status Coverage Status

LBRY is an open-source protocol providing distribution, discovery, and purchase of digital content (data) via a decentralized network. 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 that 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.

This project aims to provide a daemon that can interact with the network via a json-rpc interface over HTTP.

The project is written in python2.7 and extensively uses Twisted framework.

Installation

Windows macOS Linux
Latest Stable Release Download Download Download
Latest Pre-release Download Download Download

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

Usage

Run lbrynet-daemon to launch the daemon.

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.

Running from source

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

Contributing

Contributions to this project are welcome, encouraged, and compensated. For more details, please check this link.

License

This project is MIT licensed. For the full license, see LICENSE.

Security

We take security seriously. Please contact security@lbry.io regarding any security issues. Our PGP key is here if you need it.

Contact

The primary contact for this project is @jackrobison(jack@lbry.io)

The documentation for the api can be found here.