Go to file
2023-03-07 19:14:31 +01:00
blobex update to v2 2019-10-10 05:07:33 +02:00
claim Update to ALMOST support 0.35 with new metadata 2019-05-10 14:04:02 +02:00
dht apply gofmt 2021-10-04 23:21:59 -03:00
extras upgrade dependencies 2023-03-07 19:14:31 +01:00
lbrycrd Rename packages to represent stakes (claims || supports) instead of just claim 2020-10-28 03:28:48 -04:00
schema add support for deterministic pub keys 2022-06-10 18:18:26 +02:00
scripts update dependencies and go 2022-05-04 18:27:35 +02:00
stream terminate stream after consuming all the data 2021-04-02 14:16:46 -04:00
url We no longer use colons for sequence numbers in urls 2022-03-18 16:27:02 -04:00
.gitignore remove .idea from gitignore 2018-02-23 09:26:23 -05:00
.travis.yml update dependencies and go 2022-05-04 18:27:35 +02:00
go.mod upgrade dependencies 2023-03-07 19:14:31 +01:00
go.sum upgrade dependencies 2023-03-07 19:14:31 +01:00
LICENSE Update LICENSE 2020-02-03 05:59:07 +07:00
main.go update to v2 2019-10-10 05:07:33 +02: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.md 2022-01-17 09:40:58 -05:00

The LBRY Protocol in Go

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

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)