Go to file
2019-05-24 21:52:04 +07:00
blobex move non-proto code into extras/, switch to go modules, drop old dht 2019-01-09 17:31:22 -05:00
claim Update to ALMOST support 0.35 with new metadata 2019-05-10 14:04:02 +02:00
dht update dht imports 2019-01-09 17:37:29 -05:00
extras Cleanup accounts jsonrpc code 2019-05-24 21:52:04 +07:00
lbrycrd move non-proto code into extras/, switch to go modules, drop old dht 2019-01-09 17:31:22 -05:00
scripts add deploy script for semver 2019-05-10 14:10:56 +02:00
stream add decrypt function 2019-02-18 14:33:05 -05:00
.gitignore remove .idea from gitignore 2018-02-23 09:26:23 -05:00
.travis.yml update readme with versioning instructions 2019-05-10 14:37:16 +02:00
go.mod Tidy up go.mod 2019-05-22 22:44:47 +07:00
go.sum Tidy up go.mod 2019-05-22 22:44:47 +07:00
LICENSE create LICENSE file 2018-02-22 13:14:48 -05:00
main.go move non-proto code into extras/, switch to go modules, drop old dht 2019-01-09 17:31:22 -05:00
Makefile move non-proto code into extras/, switch to go modules, drop old dht 2019-01-09 17:31:22 -05:00
readme.md update readme with versioning instructions 2019-05-10 14:37:16 +02: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

This project uses Go modules. Make sure you have Go 1.11+ installed.

Building

  • clone the repository
  • run make from the root directory to build the binary

Contributing

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.

Versioning

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.

License

This project is MIT licensed. For the full license, see LICENSE.

Security

We take security seriously. Please contact security@lbry.com regarding any issues you may encounter. Our PGP key is here if you need it.

Contact

The primary contact for this project is @lyoshenka (grin@lbry.com)