The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Go to file
2017-04-19 14:59:06 -04:00
.github add --version flag, remove simplejson dependency 2017-03-15 16:24:25 -04:00
build tests for windows, simplify pylint 2017-04-19 14:59:06 -04:00
docs clarify publish API command docstring 2017-03-28 11:48:26 -04:00
lbrynet tests for windows, simplify pylint 2017-04-19 14:59:06 -04:00
scripts exploring dht 2017-04-10 13:45:43 -04:00
tests Return full LBRY ID and installation ID in jsonrpc_status() 2017-04-14 11:26:05 -04:00
uri_handler remove packaging 2017-02-16 14:09:59 -06:00
.appveyor.yml tests for windows, simplify pylint 2017-04-19 14:59:06 -04:00
.bumpversion.cfg Bump version: 0.10.0rc6 → 0.10.0rc7 2017-04-19 13:54:51 -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
.gitmodules remove submodule 2016-06-20 20:43:47 -05:00
.pylintrc tests for windows, simplify pylint 2017-04-19 14:59:06 -04:00
.travis.yml tests for windows, simplify pylint 2017-04-19 14:59:06 -04:00
app.icns update status bar app 2016-03-02 02:00:45 -05:00
CHANGELOG.md include schema version in version() response 2017-04-19 13:54:38 -04:00
Dangerfile fix because the danger.systems code example was wrong 2017-02-07 23:08:35 -06:00
ez_setup.py initial commit 2015-08-20 11:27:15 -04:00
FAQ.md Update FAQ.md 2017-03-31 11:13:27 +08:00
INSTALL.md Update INSTALL.md 2017-04-05 18:34:25 -04:00
LICENSE MIT license 2016-09-13 22:10:12 -04:00
mkdocs.yml documentation config changes 2017-02-27 17:36:29 -05:00
README.md more readme cleanup 2017-03-13 12:14:02 -04:00
requirements.txt bump lbryum 2017-04-19 13:48:53 -04:00
setup.py build daemon separately in teamcity 2017-04-19 14:59:06 -04: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 directly bundles a graphic interface (browser). If you want to use LBRY via a browser, 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 clear sample usages and free credits for learning.

The full API is documented here.

What is LBRY?

LBRY is a protocol providing 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 Slack 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