mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-17 16:09:52 +00:00
17 lines
No EOL
684 B
Markdown
17 lines
No EOL
684 B
Markdown
---
|
|
category: code
|
|
title: LBRY Binding in Any Programming Language
|
|
award: 10000
|
|
status: available
|
|
date: '2016-11-01'
|
|
---
|
|
|
|
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.
|
|
|
|
Existing bindings can be found in the [lbry-bindings](https://github.com/lbryio/lbry-bindings) repo.
|
|
|
|
A binding can typically be written using cURL in less than 100 lines of code. |