mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
---
|
|
category: code
|
|
title: LBRY Binding in Any Programming Language
|
|
award: 250
|
|
status: available
|
|
date: '2018-05-25'
|
|
---
|
|
|
|
When the LBRY daemon is running, it provides a set of API calls available via a webserver running on localhost.
|
|
|
|
We want to make it as easy as possible to interact with LBRY in every programming language.
|
|
|
|
Completing this bounty involves creating a simple library to make it as easy as possible to interact with the LBRY protocol in a language we do not already have a binding for. Ideally, this also includes the LBRYcrd API. See php example below for details.
|
|
|
|
An example of a binding can be found in the [php-api](https://github.com/lbryio/php-api) repo and the entire listing can be found on [lbry.tech](https://lbry.tech/resources/api-wrappers).
|
|
|
|
A binding can typically be written using cURL in less than 100 lines of code. The repo should be well documented for the wrapper language and have install/setup instructions and tests.
|
|
|
|
If you are pursuing this effort, please [email us](mailto:hello@lbry.io) so we can update this bounty with the current progress.
|
|
|
|
Bounty Status:
|
|
Ruby - Completed
|
|
Lua - Completed
|
|
Java - Completed
|
|
Javascript - Completed
|
|
Rust - Started/Claimed
|
|
C++ - Completed
|
|
Python - Completed
|
|
Dart - Completed
|