2018-08-31 14:24:41 -05:00
< h1 align = "center" > lbry.tech< / h1 >
2018-06-06 15:35:18 +03:00
2018-08-31 14:24:41 -05:00
< div align = "center" >
< strong > We came from the future to help you save the Internet< / strong >
< / div >
2018-03-23 13:53:54 +02:00
2018-08-31 14:24:41 -05:00
< div align = "center" >
2019-03-19 17:56:32 -05:00
Technical documentation website for < a href = "https://lbry.com" > the LBRY protocol< / a > .
2018-08-31 14:24:41 -05:00
< / div >
< div align = "center" >
2018-10-10 16:18:12 -05:00
< img src = "https://spee.ch/f2c2c29f7e6a76d84b341c5f42a832db7589b410/dottech-2018-october.png" title = "Screenshot of lbry.tech" / >
2018-08-31 14:24:41 -05:00
< / div >
< div align = "center" >
2019-01-08 10:54:56 -06:00
< a href = "https://travis-ci.org/lbryio/lbry.tech" >
< img src = "https://img.shields.io/travis/lbryio/lbry.tech/master.svg?style=flat-square" / >
< / a >
< a href = "https://snyk.io/test/github/lbryio/lbry.tech" >
2019-01-08 10:59:36 -06:00
< img src = "https://snyk.io/test/github/lbryio/lbry.tech/badge.svg?style=flat-square" / >
2019-01-08 10:54:56 -06:00
< / a >
2018-08-31 14:24:41 -05:00
< / div >
2018-05-10 16:06:12 +03:00
2018-07-12 10:21:42 -05:00
2018-08-15 12:36:47 -05:00
## Prerequisites
- [Node ](https://nodejs.org ) (version >= 10)
2018-05-10 16:06:12 +03:00
2018-09-27 15:46:59 -05:00
## Notes
- **This repo will not run locally if you do not also have the LBRY app/daemon and the [web-daemon ](https://github.com/lbryio/web-daemon ) running.**
- When running locally and completing the tipping example in Playground, the LBC donated to a creator comes from _your_ LBC balance. Otherwise, the example will fail. On production, the donated LBC comes from LBRY.
2019-01-28 09:01:03 -06:00
## Installation
`npm i`
2018-05-10 16:06:12 +03:00
2018-07-12 10:21:42 -05:00
## Development
`npm run watch` and visit [localhost:8080 ](http://localhost:8080 )
2018-05-10 16:06:12 +03:00
2018-08-15 12:36:47 -05:00
## Testing
`npm test`
2018-05-10 16:06:12 +03:00
2018-08-15 12:36:47 -05:00
## Production
`npm start`
2018-03-23 13:53:54 +02:00
2018-07-12 10:21:42 -05:00
## Usage
Visit [LBRY.tech ](https://lbry.tech ) to see this repo in production.
2018-03-23 13:53:54 +02:00
2018-05-10 16:06:12 +03:00
## Contributing
2018-10-03 17:10:04 -05:00
Contributions to this project are welcome, encouraged, and compensated.
2018-10-03 17:10:52 -05:00
2018-10-03 17:10:04 -05:00
For more details, see [CONTRIBUTING.md ](CONTRIBUTING.md ).
2018-07-12 10:21:42 -05:00
2018-05-10 16:06:12 +03:00
## License
2018-11-01 11:23:38 -05:00
This project is MIT licensed. For the full license, see [LICENSE ](LICENSE ).
2018-07-12 10:21:42 -05:00
2018-05-10 16:06:12 +03:00
## Security
2019-03-19 17:56:32 -05:00
We take security seriously. Please contact [security@lbry.com ](mailto:security@lbry.com ) regarding any security issues.
2018-10-03 17:10:52 -05:00
2021-09-28 10:16:15 -04:00
[Our PGP key is here ](https://lbry.com/faq/pgp-key ) if you need it.
2018-05-10 16:06:12 +03:00
## Contact
2020-04-16 22:31:24 -07:00
The primary contact for this project is [Thomas Zarebczan ](https://github.com/tzarebczan ) (tom+github@lbry .com).