LBRY protocol specification
Find a file
Alex Grintsvayg a36a0dbb67 v1
2018-12-25 15:22:30 -05:00
_layouts v1 2018-12-25 15:22:30 -05:00
assets v1 2018-12-25 15:22:30 -05:00
.gitignore v1 2018-12-25 15:22:30 -05:00
404.html v1 2018-12-25 15:22:30 -05:00
_config.yml v1 2018-12-25 15:22:30 -05:00
CNAME v1 2018-12-25 15:22:30 -05:00
dev.sh v1 2018-12-25 15:22:30 -05:00
Gemfile v1 2018-12-25 15:22:30 -05:00
Gemfile.lock v1 2018-12-25 15:22:30 -05:00
index.md v1 2018-12-25 15:22:30 -05:00
LICENSE v1 2018-12-25 15:22:30 -05:00
readme.md v1 2018-12-25 15:22:30 -05:00
v1.md v1 2018-12-25 15:22:30 -05:00

LBRY Protocol Specification

LBRY is a protocol for accessing and publishing digital content in a global, decentralized marketplace.

This repo contains the official protocol specification for LBRY. It is built with Jekyll.

Usage

The spec is available at https://spec.lbry.io.

To view the content locally, you must have Ruby and bundler installed. Then run bundle install and bundle exec jekyll serve, and open localhost:4000 in your browser.

Contributing

To edit the spec:

  • run bundle exec jekyll serve --watch
  • make changes in v1.md
  • refresh localhost:4000 in your browser to see the effect of your changes.

Contributions to this project are welcome, encouraged, and compensated. For more details, click here.

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 GPG key is here if you need it.

Contact

The primary contact for this project is @lyoshenka (grin@lbry.io).