https://github.com/lbryio/spec
LBRY protocol specification
https://github.com/lbryio/spec
Last synced: about 1 month ago
JSON representation
LBRY protocol specification
- Host: GitHub
- URL: https://github.com/lbryio/spec
- Owner: lbryio
- License: mit
- Created: 2018-10-15T16:56:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T19:10:40.000Z (over 3 years ago)
- Last Synced: 2025-04-05T10:51:15.249Z (2 months ago)
- Language: CSS
- Homepage: https://spec.lbry.io
- Size: 2.24 MB
- Stars: 8
- Watchers: 13
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://jekyllrb.com/).
## Usage
The spec is available at https://spec.lbry.com.
To view the content locally, you must have [Ruby](https://www.ruby-lang.org/en/documentation/installation/) and [bundler](https://bundler.io#getting-started) 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 to the markdown
- 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](https://lbry.com/faq/contributing).
## License
This project is MIT licensed. For the full license, see [LICENSE](LICENSE).
## Security
We take security seriously. Please contact [email protected] regarding any security issues. [Our PGP key is here](https://lbry.com/faq/pgp-key) if you need it.
## Contact
The primary contact for this project is [@lyoshenka](https://github.com/lyoshenka) ([email protected]).