lbry.go is a set of tools and projects implemented in Golang. See each subfolder for more details
there are significant updates in the v3 branch. if you're starting a new project, strongly consider using that version instead
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
- clone the repository
- run
make
from the root directory to build the binary
Contributions to this project are welcome, encouraged, and compensated. For more details, see lbry.com/faq/contributing
Make sure you go fmt
your code before submitting PRs.
This codebase follows the semver standards. You can find the releases here
You can include the libraries by running go get github.com/lbryio/lbry.go@latest
.
You can lock (and you should) to a version whenever you make use of this set of libraries.
This project is MIT licensed. For the full license, see LICENSE.
We take security seriously. Please contact [email protected] regarding any issues you may encounter. Our PGP key is here if you need it.
The primary contact for this project is @lyoshenka ([email protected])