The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Go to file
2018-10-17 14:16:00 -04:00
.github Update ISSUE_TEMPLATE.md 2018-07-12 16:15:19 -04:00
docs switched all --account args to --account_id, fixed issues reported by @osilkin98 and regenerated api.json 2018-09-23 23:48:53 -04:00
lbrynet fix paid downloads 2018-10-17 14:16:00 -04:00
scripts fix download_blob_from_peer script 2018-10-10 15:27:03 -04:00
tests fix tests for cost estimate 2018-10-17 14:16:00 -04:00
.gitattributes use union merge on CHANGELOG.md 2017-02-20 21:37:50 -06:00
.gitignore renamed build binary to lbrynet and other cleanup 2018-08-24 11:40:41 -04:00
.pylintrc unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
.travis.yml fix typo in .travis.yml file 2018-10-16 17:09:21 -04:00
CHANGELOG.md bump version 2018-09-26 14:38:44 -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 txupnp --> aioupnp 2018-10-17 13:29:28 -04:00
lbry.png Remove icons directory (#1389) 2018-08-24 17:36:52 -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 update INSTALL.md and README.md 2018-10-01 19:42:23 -04:00
setup.py txupnp --> aioupnp 2018-10-17 13:29:28 -04:00
tox.ini improve integration test reliability 2018-10-16 21:28:47 -04:00

LBRY LBRY Build Status Test Coverage

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 provides an SDK for building applications using the LBRY protocol. The SDK is written in Python 3.7+ using Twisted. For other languages or platforms, a JSONRPC API is provided.

Installation

Our releases page contains pre-built binaries of the latest release, pre-releases, and past releases, for macOS, Debian-based Linux, and Windows. Automated travis builds are also available for testing.

Usage

Run lbrynet start to launch the API server.

By default, lbrynet 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

The documentation for the api can be found here.