2018-06-18 20:56:07 +02:00
# LBRY
2016-05-23 04:45:08 +02:00
[![Build Status ](https://travis-ci.org/lbryio/lbry.svg?branch=master )](https://travis-ci.org/lbryio/lbry)
2016-10-30 22:55:12 +01:00
[![Coverage Status ](https://coveralls.io/repos/github/lbryio/lbry/badge.svg )](https://coveralls.io/github/lbryio/lbry)
2016-05-23 04:45:08 +02:00
2018-06-18 20:56:07 +02:00
LBRY is an open-source protocol providing distribution, discovery, and purchase of digital content (data) via a decentralized network. It utilizes the [LBRY blockchain ](https://github.com/lbryio/lbrycrd ) 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.
2017-01-10 00:01:50 +01:00
2018-06-18 20:56:07 +02:00
This project aims to provide a daemon that can interact with the network via a json-rpc interface over HTTP.
2017-01-10 00:01:50 +01:00
2018-06-18 20:56:07 +02:00
The project is written in python2.7 and extensively uses Twisted framework.
2017-02-20 22:12:47 +01:00
2018-06-18 20:56:07 +02:00
## Installation
2015-08-20 17:27:15 +02:00
2018-06-18 20:56:07 +02:00
| | Windows | macOS | Linux |
| --------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| Latest Stable Release | [Download ](https://github.com/lbryio/lbry/releases/download/v0.20.0/lbrynet-daemon-v0.20.0-windows.zip ) | [Download ](https://github.com/lbryio/lbry/releases/download/v0.20.0/lbrynet-daemon-v0.20.0-macos.zip ) | [Download ](https://github.com/lbryio/lbry/releases/download/v0.20.0/lbrynet-daemon-v0.20.0-linux.zip ) |
| Latest Pre-release | [Download ](https://github.com/lbryio/lbry/releases/download/untagged-99114fa31abbfe3a5ef4/lbrynet-daemon-v0.20.1rc3-windows.zip ) | [Download ](https://github.com/lbryio/lbry/releases/download/untagged-99114fa31abbfe3a5ef4/lbrynet-daemon-v0.20.1rc3-macos.zip ) | [Download ](https://github.com/lbryio/lbry/releases/download/v0.20.1rc4/lbrynet-daemon-v0.20.1rc4-linux.zip ) |
2017-02-20 22:12:47 +01:00
2017-06-02 09:44:25 +02:00
Our [releases page ](https://github.com/lbryio/lbry/releases ) contains pre-built binaries of the latest release, pre-releases, and past releases, for macOS, Debian-based Linux, and Windows.
2017-02-20 22:12:47 +01:00
2018-06-18 20:56:07 +02:00
## Usage
2016-05-23 22:13:46 +02:00
2017-03-13 17:05:13 +01:00
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.
2017-07-05 22:28:41 +02:00
Our [quickstart guide ](http://lbry.io/quickstart ) provides a simple walkthrough and examples for learning.
2017-03-13 17:05:13 +01:00
2017-11-29 18:17:04 +01:00
The full API is documented [here ](https://lbryio.github.io/lbry/cli ).
2016-05-23 22:13:46 +02:00
2018-06-18 20:56:07 +02:00
## Running from source
2017-01-10 00:01:50 +01:00
2018-06-18 20:56:07 +02:00
Installing from source is also relatively painless, full instructions are in [INSTALL.md ](INSTALL.md )
2017-03-13 17:14:02 +01:00
2018-06-18 20:56:07 +02:00
## Contributing
2017-03-13 17:14:02 +01:00
2018-06-18 20:56:07 +02:00
Contributions to this project are welcome, encouraged, and compensated. For more details, please check [this ](https://lbry.io/faq/contributing ) link.
2017-02-20 22:12:47 +01:00
2018-06-18 20:56:07 +02:00
## License
2015-08-20 17:27:15 +02:00
2018-06-18 20:56:07 +02:00
This project is MIT licensed. For the full license, see [LICENSE ](LICENSE ).
2015-08-20 17:27:15 +02:00
2018-06-18 20:56:07 +02:00
## Security
2015-08-20 17:27:15 +02:00
2018-06-18 20:56:07 +02:00
We take security seriously. Please contact security@lbry.io regarding any security issues. Our PGP key is here if you need it.
2016-05-23 22:13:46 +02:00
2018-06-18 20:56:07 +02:00
## Contact
2015-08-20 17:27:15 +02:00
2018-06-18 20:56:07 +02:00
The primary contact for this project is @jackrobison (jack@lbry.io)
## Additional information and links
2015-08-20 17:27:15 +02:00
2018-06-18 20:56:07 +02:00
The documentation for the api can be found [here ](https://lbry.io/api ).