reflector.go/readme.md

41 lines
867 B
Markdown
Raw Normal View History

2018-05-29 23:36:28 +02:00
# Reflector
A reflector cluster to accept LBRY content for hosting en masse, rehost the content, and make money on data fees (TODO).
This code includes Go implementations of the LBRY peer protocol, reflector protocol, and DHT.
## Installation
coming soon
## Usage
coming soon
## Running from Source
2019-10-03 20:09:26 +02:00
This project requires [Go v1.11](https://golang.org/doc/install) or higher because it uses Go modules.
2018-05-29 23:36:28 +02:00
```
2019-10-03 20:09:26 +02:00
git clone git@github.com:lbryio/reflector.go.git
cd reflector.go
2018-05-29 23:36:28 +02:00
make
2018-09-27 22:46:49 +02:00
./bin/prism-bin
2018-05-29 23:36:28 +02:00
```
## Contributing
coming soon
## License
This project is MIT licensed.
## Security
2019-03-18 17:28:29 +01:00
We take security seriously. Please contact security@lbry.com regarding any security issues.
2018-05-29 23:36:28 +02:00
Our PGP key is [here](https://keybase.io/lbry/key.asc) if you need it.
## Contact
2019-03-18 17:28:29 +01:00
The primary contact for this project is [@lyoshenka](https://github.com/lyoshenka) (grin@lbry.com)