2019-01-09 19:05:41 +01:00
# The LBRY Protocol in Go
lbry.go is a set of tools and projects implemented in Golang. See each subfolder for more details
[![Build Status ](https://travis-ci.org/lbryio/lbry.go.svg?branch=master )](https://travis-ci.org/lbryio/lbry.go)
This project uses Go modules. Make sure you have Go 1.11+ installed.
- Ubuntu: https://launchpad.net/~longsleep/+archive/ubuntu/golang-backports or https://github.com/golang/go/wiki/Ubuntu
- OSX: `brew install go`
### Building
- clone the repository
- run `make` from the root directory to build the binary
## Contributing
2019-03-18 17:26:43 +01:00
Contributions to this project are welcome, encouraged, and compensated. For more details, see [lbry.com/faq/contributing ](https://lbry.com/faq/contributing )
2019-01-09 19:05:41 +01:00
Make sure you `go fmt` your code before submitting PRs.
## License
This project is MIT licensed. For the full license, see [LICENSE ](LICENSE ).
## Security
2019-03-18 17:26:43 +01:00
We take security seriously. Please contact security@lbry.com regarding any issues you may encounter.
2019-01-09 19:05:41 +01:00
Our PGP key is [here ](https://keybase.io/lbry/key.asc ) if you need it.
## Contact
2019-03-18 17:26:43 +01:00
The primary contact for this project is [@lyoshenka ](https://github.com/lyoshenka ) (grin@lbry.com)